From: Florent Xicluna Date: Sun, 12 Feb 2012 13:49:03 +0000 (+0100) Subject: Typo in Misc/NEWS. X-Git-Tag: v2.7.3rc1~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c227965cbd77f73b4ede12bb8dcd0dd8ec939388;p=thirdparty%2FPython%2Fcpython.git Typo in Misc/NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index b48761c59d3a..f311d55cea11 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -90,7 +90,7 @@ Core and Builtins Library ------- -- Issue #13994: Earler partial revert of Distutils enhancements in 2.7 +- Issue #13994: Earlier partial revert of Distutils enhancements in 2.7 has left two versions of customize_compiler, the original in distutils.sysconfig and another copy in distutils.ccompiler, with some parts of distutils calling one and others using the other.