[Numpy-tickets] [NumPy] #470: numpy uses mixture of tabs and spaces in source code
NumPy
numpy-tickets@scipy....
Fri Mar 23 07:10:38 CDT 2007
#470: numpy uses mixture of tabs and spaces in source code
-----------------------------+----------------------------------------------
Reporter: bhoel | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone:
Component: numpy.distutils | Version: devel
Severity: major | Resolution: fixed
Keywords: |
-----------------------------+----------------------------------------------
Changes (by stefan):
* status: new => closed
* resolution: => fixed
Comment:
I made another run using
{{{
for f in `find . -name "*.py" | grep -v "build"`; do
/usr/lib/python2.5/tabnanny.py $f; done > /tmp/nannylog
}}}
Looks clean, so I'm closing this ticket.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/470#comment:6>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list