]> granicus.if.org Git - python/commit
Issue #14626: Large refactoring of functions / parameters in the os module.
authorLarry Hastings <larry@hastings.org>
Fri, 22 Jun 2012 23:30:09 +0000 (16:30 -0700)
committerLarry Hastings <larry@hastings.org>
Fri, 22 Jun 2012 23:30:09 +0000 (16:30 -0700)
commit9cf065cfdc4245ea7e31edcb2e6ede0cea47d148
tree22d8450865a023586034d555ae72e3753f95e84c
parentf0f4742b495554238d1204ce0002c1ef1ba23507
Issue #14626: Large refactoring of functions / parameters in the os module.
Many functions now support "dir_fd" and "follow_symlinks" parameters;
some also support accepting an open file descriptor in place of of a path
string.  Added os.support_* collections as LBYL helpers.  Removed many
functions only previously seen in 3.3 alpha releases (often starting with
"f" or "l", or ending with "at").  Originally suggested by Serhiy Storchaka;
implemented by Larry Hastings.
Doc/library/os.rst
Lib/os.py
Lib/shutil.py
Lib/test/support.py
Lib/test/test_os.py
Lib/test/test_posix.py
Lib/test/test_shutil.py
Misc/NEWS
Modules/posixmodule.c