diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-12-11 00:03:42 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-12-11 00:03:42 (GMT) |
commit | 240028cb771d286b39952357802483cf6a5d7e2e (patch) | |
tree | 39d7e2bef572182effa6b03de431cfe0edb0790b /Misc | |
parent | ad9b5992e3525c8a53ec6add3fee1f97142dc503 (diff) | |
download | cpython-240028cb771d286b39952357802483cf6a5d7e2e.zip cpython-240028cb771d286b39952357802483cf6a5d7e2e.tar.gz cpython-240028cb771d286b39952357802483cf6a5d7e2e.tar.bz2 |
#1030250: correctly pass the dry_run option to the mkpath() function.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -74,6 +74,9 @@ Core and Builtins Library ------- +- Issue #1030250: Distutils created directories even when run with the + --dry-run option. + - Issue #4483: _dbm module now builds on systems with gdbm & gdbm_compat libs. |