]> granicus.if.org Git - python/commit
Issue #15247: FileIO now raises an error when given a file descriptor pointing to...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 6 Jul 2012 16:48:24 +0000 (18:48 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 6 Jul 2012 16:48:24 +0000 (18:48 +0200)
commit9235b254dcad979abe36be1024f8e89b04c764be
tree21333ef9c9b354715db5d029da445f5209bb9227
parent01cca5e45185474bdb3c621c5dec4bfc0b323483
Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory.
Lib/test/test_fileio.py
Misc/NEWS
Modules/_io/fileio.c