diff options
author | Charles-François Natali <neologix@free.fr> | 2012-02-06 18:54:48 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2012-02-06 18:54:48 (GMT) |
commit | 77940902512c85e2d09dd5bd913084dc547881ff (patch) | |
tree | 8bf5109d39f6439057c837ad66e3e6347217dd4e /Misc | |
parent | 9878b63c7c70b33ea21cd06a2c30ca1344962f02 (diff) | |
download | cpython-77940902512c85e2d09dd5bd913084dc547881ff.zip cpython-77940902512c85e2d09dd5bd913084dc547881ff.tar.gz cpython-77940902512c85e2d09dd5bd913084dc547881ff.tar.bz2 |
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).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1745,7 +1745,7 @@ Library - Issue #11297: Add collections.ChainMap(). -- Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. +- Issue #10755: Add the posix.flistdir() function. Patch by Ross Lagerwall. - Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix module. Patch by Ross Lagerwall. |