]> granicus.if.org Git - python/commit
Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to
authorCharles-François Natali <neologix@free.fr>
Mon, 6 Feb 2012 18:54:48 +0000 (19:54 +0100)
committerCharles-François Natali <neologix@free.fr>
Mon, 6 Feb 2012 18:54:48 +0000 (19:54 +0100)
commit77940902512c85e2d09dd5bd913084dc547881ff
tree8bf5109d39f6439057c837ad66e3e6347217dd4e
parent9878b63c7c70b33ea21cd06a2c30ca1344962f02
Following Nick's suggestion, rename posix.fdlistdir() to posix.flistdir(), to
be consistent with other functions accepting file descriptors (fdlistdir() was
added in 3.3, so hasn't been released yet).
Doc/library/os.rst
Doc/whatsnew/3.3.rst
Lib/os.py
Lib/test/test_os.py
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c