summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-11-08 18:15:17 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-11-08 18:15:17 (GMT)
commit551f02ca630ad68a8797a8949e83bfc31c3f4cbf (patch)
tree116228fa57755aac8316f71800e38d1bef7239f1
parent7dff9e08fbfb371b90431e5cbf380c4ea5d228f7 (diff)
downloadcpython-551f02ca630ad68a8797a8949e83bfc31c3f4cbf.zip
cpython-551f02ca630ad68a8797a8949e83bfc31c3f4cbf.tar.gz
cpython-551f02ca630ad68a8797a8949e83bfc31c3f4cbf.tar.bz2
Add missing NEWS entry for a fix committed by Senthil.
All recent modifications to distutils should now be covered in NEWS.
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f5eb3a9..6daed85 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,8 @@ Core and Builtins
Library
-------
+- Issue #2236: distutils' mkpath ignored the mode parameter.
+
- Issue #10321: Added support for binary data to smtplib.SMTP.sendmail,
and a new method send_message to send an email.message.Message object.