]> granicus.if.org Git - python/commit
Issue #13757: Change os.fdlistdir() so that it duplicates the passed file
authorCharles-François Natali <neologix@free.fr>
Tue, 10 Jan 2012 19:25:09 +0000 (20:25 +0100)
committerCharles-François Natali <neologix@free.fr>
Tue, 10 Jan 2012 19:25:09 +0000 (20:25 +0100)
commit76961faaa0323580caac8068848c33b7aeec13ee
tree3ee6487ceb4e3c4674aabd0f92d7e06a1a09c09e
parentbda7a80194849eb2797c8bbffdbbaccad36d4583
Issue #13757: Change os.fdlistdir() so that it duplicates the passed file
descriptor (instead of closing it).
Doc/library/os.rst
Lib/test/test_posix.py
Modules/posixmodule.c