commit | 2c94aa567e525c82041ad68a3174d8c3acbf37e2 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu May 24 19:02:32 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu May 24 19:02:32 2007 +0000 |
tree | 959b7864bfb83c8bc73e3f011603975277c090c7 | |
parent | 6c037ba7dcb67863edf538d39d73941c7811dd14 [diff] |
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).