summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-11-08 21:48:23 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-11-08 21:48:23 (GMT)
commit0cfba09b097d2aa4d35c7b1411cb32565f17a891 (patch)
tree2790d7c53a49dd786ce97dfab3d0129454e096e3
parentea510eba1a4fd2382cf4047d4e1042a6770f6867 (diff)
downloadcpython-0cfba09b097d2aa4d35c7b1411cb32565f17a891.zip
cpython-0cfba09b097d2aa4d35c7b1411cb32565f17a891.tar.gz
cpython-0cfba09b097d2aa4d35c7b1411cb32565f17a891.tar.bz2
This was actually fixed for the previous alpha.
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6daed85..5586118 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.