diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-11-22 18:30:57 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-11-22 18:30:57 (GMT) |
commit | ac1f9b15dc1885a2f977694c5800c6aab9816905 (patch) | |
tree | 5b09c117cdc9b02530a9540a70e3a3da35ac2db8 | |
parent | 7396a0864740983995a723050cf5069bc5781237 (diff) | |
download | cpython-ac1f9b15dc1885a2f977694c5800c6aab9816905.zip cpython-ac1f9b15dc1885a2f977694c5800c6aab9816905.tar.gz cpython-ac1f9b15dc1885a2f977694c5800c6aab9816905.tar.bz2 |
Blocked revisions 67307 via svnmerge
........
r67307 | amaury.forgeotdarc | 2008-11-20 17:34:31 -0600 (Thu, 20 Nov 2008) | 9 lines
Fixed issue #4233.
Changed semantic of _fileio.FileIO's close() method on file objects with closefd=False.
The file descriptor is still kept open but the file object behaves like a closed file.
The FileIO object also got a new readonly attribute closefd.
Approved by Barry
Backport of r67106 from the py3k branch
........
0 files changed, 0 insertions, 0 deletions