]> granicus.if.org Git - python/commit
Fixed array.fromfile(); removed references to PyFileObject in array.tofile().
authorGuido van Rossum <guido@python.org>
Thu, 24 May 2007 19:02:32 +0000 (19:02 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 24 May 2007 19:02:32 +0000 (19:02 +0000)
commit2c94aa567e525c82041ad68a3174d8c3acbf37e2
tree959b7864bfb83c8bc73e3f011603975277c090c7
parent6c037ba7dcb67863edf538d39d73941c7811dd14
Fixed array.fromfile(); removed references to PyFileObject in array.tofile().
Fixed test_array by removing tests that these two functions don't work
with cStringIO objects (which makes no sense).
Lib/test/test_array.py
Modules/arraymodule.c