diff options
author | Éric Araujo <merwok@netwok.org> | 2010-11-08 18:15:17 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-11-08 18:15:17 (GMT) |
commit | 551f02ca630ad68a8797a8949e83bfc31c3f4cbf (patch) | |
tree | 116228fa57755aac8316f71800e38d1bef7239f1 | |
parent | 7dff9e08fbfb371b90431e5cbf380c4ea5d228f7 (diff) | |
download | cpython-551f02ca630ad68a8797a8949e83bfc31c3f4cbf.zip cpython-551f02ca630ad68a8797a8949e83bfc31c3f4cbf.tar.gz cpython-551f02ca630ad68a8797a8949e83bfc31c3f4cbf.tar.bz2 |
Add missing NEWS entry for a fix committed by Senthil.
All recent modifications to distutils should now be covered in NEWS.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |