]> granicus.if.org Git - python/commitdiff
This was actually fixed for the previous alpha.
authorÉric Araujo <merwok@netwok.org>
Mon, 8 Nov 2010 21:48:23 +0000 (21:48 +0000)
committerÉric Araujo <merwok@netwok.org>
Mon, 8 Nov 2010 21:48:23 +0000 (21:48 +0000)
Misc/NEWS

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