Files
cpython/Lib
Larry Hastings 9cf065cfdc 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.
2012-06-22 16:30:09 -07:00
..
2012-05-30 22:04:31 +02:00
2012-06-16 22:50:54 +02:00
2012-06-14 15:37:53 +02:00
2012-05-21 17:53:42 -06:00
2012-05-29 11:12:43 +01:00
2012-05-07 22:24:05 -04:00
2012-06-02 19:40:20 +02:00