summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a7cefff..c21a6c6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -170,6 +170,9 @@ Extension modules
Library
-------
+- Patch #750542: pprint now will pretty print subclasses of list, tuple
+ and dict too, as long as they don't overwrite __repr__().
+
- Bug #848614: distutils' msvccompiler fails to find the MSVC6
compiler because of incomplete registry entries.