commit | 594a046b88abf26c2c2a314ca5b54e4c808ba801 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 31 13:05:48 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Oct 31 13:05:48 2010 +0000 |
tree | 15b3220eacc3b26585362b253e5b1791f6afc49d | |
parent | e27731d0bfb9193f4fb0ed80de511ac8fb4a0ee0 [diff] |
Merged revisions 85982 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85982 | antoine.pitrou | 2010-10-30 18:19:14 +0200 (sam., 30 oct. 2010) | 4 lines Issue #10253: FileIO leaks a file descriptor when trying to open a file for append that isn't seekable. Patch by Brian Brazil. ........