summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-12-03 20:15:28 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2003-12-03 20:15:28 (GMT)
commit7a7ede54d4311d3bcb5000aeedeab8cc80391c70 (patch)
treeba1f5fdd118cc2d6c0b4c8098814c0eeb6e1c694 /Misc/NEWS
parent291481b4dbb88560179c8064c1e2e198365bd3dd (diff)
downloadcpython-7a7ede54d4311d3bcb5000aeedeab8cc80391c70.zip
cpython-7a7ede54d4311d3bcb5000aeedeab8cc80391c70.tar.gz
cpython-7a7ede54d4311d3bcb5000aeedeab8cc80391c70.tar.bz2
Patch #750542: pprint now will pretty print subclasses of list, tuple
and dict too, as long as they don't overwrite __repr__().
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.