From: Éric Araujo Date: Mon, 8 Nov 2010 21:48:23 +0000 (+0000) Subject: This was actually fixed for the previous alpha. X-Git-Tag: v3.2a4~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cfba09b097d2aa4d35c7b1411cb32565f17a891;p=thirdparty%2FPython%2Fcpython.git This was actually fixed for the previous alpha. --- diff --git a/Misc/NEWS b/Misc/NEWS index 6daed85ea0b6..5586118eb979 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -60,8 +60,6 @@ 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. @@ -421,6 +419,8 @@ Core and Builtins Library ------- +- Issue #2236: distutils' mkpath ignored the mode parameter. + - Fix typo in one sdist option (medata-check). - Issue #9199: Fix incorrect use of distutils.cmd.Command.announce.