summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-02-27 12:53:34 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-02-27 12:53:34 (GMT)
commitdda92f7f02dbc0de94112599129d9d93192278d9 (patch)
tree8912eab7b7848c451a9aabc871682921776cee11 /Misc
parentb31a6d0949faecc933754f32ac956bc4aad76fff (diff)
downloadcpython-dda92f7f02dbc0de94112599129d9d93192278d9.zip
cpython-dda92f7f02dbc0de94112599129d9d93192278d9.tar.gz
cpython-dda92f7f02dbc0de94112599129d9d93192278d9.tar.bz2
Issue #5052: make Distutils compatible with 2.3 again.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ae53fcd..1613c8b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -166,6 +166,8 @@ Core and Builtins
Library
-------
+- Issue #5052: make Distutils compatible with 2.3 again.
+
- Deprecated methods of symtable.Symbol have been removed: is_keywordarg(),
is_vararg(), and is_in_tuple().