]> granicus.if.org Git - python/commitdiff
Add missing NEWS entry for a fix committed by Senthil.
authorÉric Araujo <merwok@netwok.org>
Mon, 8 Nov 2010 18:15:17 +0000 (18:15 +0000)
committerÉric Araujo <merwok@netwok.org>
Mon, 8 Nov 2010 18:15:17 +0000 (18:15 +0000)
All recent modifications to distutils should now be covered in NEWS.

Misc/NEWS

index f5eb3a96b3c650c4d1fb65fc74b309e41e5c5f2d..6daed85ea0b616d0051814ec2d90a46a4163c84c 100644 (file)
--- 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.