Discussion:
[Python-3000-checkins] r67341 - python/branches/py3k
benjamin.peterson
2008-11-22 18:30:57 UTC
Permalink
Author: benjamin.peterson
Date: Sat Nov 22 19:30:57 2008
New Revision: 67341

Log:
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
........


Modified:
python/branches/py3k/ (props changed)

Loading...