Issue #5052: make Distutils compatible with 2.3 again.
diff --git a/Misc/NEWS b/Misc/NEWS
index ae53fcd..1613c8b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -166,6 +166,8 @@
 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().