summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-12-11 00:03:42 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-12-11 00:03:42 (GMT)
commit240028cb771d286b39952357802483cf6a5d7e2e (patch)
tree39d7e2bef572182effa6b03de431cfe0edb0790b /Misc
parentad9b5992e3525c8a53ec6add3fee1f97142dc503 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e964ced..9006fdf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.