From 551f02ca630ad68a8797a8949e83bfc31c3f4cbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Mon, 8 Nov 2010 18:15:17 +0000 Subject: [PATCH] Add missing NEWS entry for a fix committed by Senthil. All recent modifications to distutils should now be covered in NEWS. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index f5eb3a96b3..6daed85ea0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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. -- 2.50.1