diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-12-03 20:15:28 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-12-03 20:15:28 (GMT) |
commit | 7a7ede54d4311d3bcb5000aeedeab8cc80391c70 (patch) | |
tree | ba1f5fdd118cc2d6c0b4c8098814c0eeb6e1c694 /Misc/NEWS | |
parent | 291481b4dbb88560179c8064c1e2e198365bd3dd (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |