From: Éric Araujo Date: Mon, 8 Nov 2010 18:15:17 +0000 (+0000) Subject: Add missing NEWS entry for a fix committed by Senthil. X-Git-Tag: v3.2a4~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=551f02ca630ad68a8797a8949e83bfc31c3f4cbf;p=thirdparty%2FPython%2Fcpython.git Add missing NEWS entry for a fix committed by Senthil. All recent modifications to distutils should now be covered in NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index f5eb3a96b3c6..6daed85ea0b6 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.