diff options
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |