diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-12-16 22:39:40 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-12-16 22:39:40 (GMT) |
commit | 1d006a2c0e9831a936033304f31e5abc12f60042 (patch) | |
tree | dd864eda4680aea76557ee48b8ab8261d7c06958 /Misc | |
parent | 711e27cd503933cfe7a42d931d2b69dc79014ae0 (diff) | |
download | cpython-1d006a2c0e9831a936033304f31e5abc12f60042.zip cpython-1d006a2c0e9831a936033304f31e5abc12f60042.tar.gz cpython-1d006a2c0e9831a936033304f31e5abc12f60042.tar.bz2 |
Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does not work on Windows
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -44,8 +44,6 @@ Core and Builtins Library ------- -- Issue #18283: shutil.which() now supports bytes argument, not only text argument. - - Issue #19921: When Path.mkdir() is called with parents=True, any missing parent is created with the default permissions, ignoring the mode argument (mimicking the POSIX "mkdir -p" command). |