summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-03-31 22:37:55 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-03-31 22:37:55 (GMT)
commitb2e36f1df7cbc06134464bfcc1e48936e80e91fa (patch)
treeb378116a4b453fd0044baabf0b14f39b8dab2f19 /Misc
parenta931404804bd2243ae549af5e102860a68eb5fca (diff)
downloadcpython-b2e36f1df7cbc06134464bfcc1e48936e80e91fa.zip
cpython-b2e36f1df7cbc06134464bfcc1e48936e80e91fa.tar.gz
cpython-b2e36f1df7cbc06134464bfcc1e48936e80e91fa.tar.bz2
Merged revisions 70910 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70910 | tarek.ziade | 2009-03-31 17:27:23 -0500 (Tue, 31 Mar 2009) | 1 line #5583 Added optional Extensions in Distutils ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 916a2c9..78adb64 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -282,6 +282,9 @@ Core and Builtins
Library
-------
+- Issue #5583: Added optional Extensions in Distutils. Initial patch by Georg
+ Brandl.
+
- Issue #1222: locale.format() bug when the thousands separator is a space
character.