]> granicus.if.org Git - python/commit
Check in Daniel Stutzbach's _fileio.c and test_fileio.py
authorGuido van Rossum <guido@python.org>
Thu, 8 Mar 2007 00:43:48 +0000 (00:43 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Mar 2007 00:43:48 +0000 (00:43 +0000)
commita9e2024b8443959cc906958d161afe9f0d08bc25
treee90d1893c99002ba822e9f7e9b4c41ce79923774
parent4d0f5a4934854207948115b14b4643a6cb600a0d
Check in Daniel Stutzbach's _fileio.c and test_fileio.py
(see SF#1671314) with small tweaks.
The io module now uses this instead of its own implementation
of the FileIO class, if it can import _fileio.
Lib/io.py
Lib/test/test_fileio.py [new file with mode: 0644]
Lib/test/test_io.py
Modules/_fileio.c [new file with mode: 0644]
setup.py