commit | c227965cbd77f73b4ede12bb8dcd0dd8ec939388 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Sun Feb 12 14:49:03 2012 +0100 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Sun Feb 12 14:49:03 2012 +0100 |
tree | a30c92e9ef80cccb0dcdd47d08419432c1cb7341 | |
parent | 46652326bed4f657dad50e550b1cdef31f7ed112 [diff] [blame] |
Typo in Misc/NEWS.
diff --git a/Misc/NEWS b/Misc/NEWS index b48761c..f311d55 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -90,7 +90,7 @@ 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.