commit | 551f02ca630ad68a8797a8949e83bfc31c3f4cbf | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Mon Nov 08 18:15:17 2010 +0000 |
committer | Éric Araujo <merwok@netwok.org> | Mon Nov 08 18:15:17 2010 +0000 |
tree | 116228fa57755aac8316f71800e38d1bef7239f1 | |
parent | 7dff9e08fbfb371b90431e5cbf380c4ea5d228f7 [diff] [blame] |
Add missing NEWS entry for a fix committed by Senthil. All recent modifications to distutils should now be covered in NEWS.
diff --git a/Misc/NEWS b/Misc/NEWS index f5eb3a9..6daed85 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -60,6 +60,8 @@ 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.