From: Hirokazu Yamamoto Date: Fri, 17 Jul 2009 06:26:54 +0000 (+0000) Subject: NEWS about r74040. X-Git-Tag: v2.7a1~754 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a3d085008afe2faed293be84587799938e902e1;p=python NEWS about r74040. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9d34adfc2b..263468e68d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -352,6 +352,8 @@ Core and Builtins Library ------- +- Issue #6415: Fixed warnings.warn sagfault on bad formatted string. + - Issue #6466: now distutils.cygwinccompiler and distutils.emxccompiler uses the same refactored function to get gcc/ld/dllwrap versions numbers. It's `distutils.util.get_compiler_versions`. Added deprecation warnings