]> granicus.if.org Git - python/commit
Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir"
authorLarry Hastings <larry@hastings.org>
Sat, 23 Jun 2012 23:55:07 +0000 (16:55 -0700)
committerLarry Hastings <larry@hastings.org>
Sat, 23 Jun 2012 23:55:07 +0000 (16:55 -0700)
commitb698d8e7e91061fd247743b31b7228dc64eceba8
tree5f872cf5f5303bfa282a3dce641f1df6b579378c
parentb7eb563a2a69ba7182b8dc0634b53dc37b7d93a1
Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir"
parameter from os.remove / os.unlink.
Patch written by Georg Brandl.  (I'm really looking forward to George
getting commit privileges so I don't have to keep doing checkins on his
behalf.)
Doc/library/os.rst
Lib/os.py
Lib/test/test_os.py
Misc/NEWS
Modules/posixmodule.c