[Python-checkins] python/dist/src/Misc NEWS,1.905,1.906
doerwalter at users.sourceforge.net
doerwalter at users.sourceforge.net
Wed Dec 3 15:14:15 EST 2003
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv11223/Misc
Modified Files:
NEWS
Log Message:
Patch #750542: pprint now will pretty print subclasses of list, tuple
and dict too, as long as they don't overwrite __repr__().
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.905
retrieving revision 1.906
diff -C2 -d -r1.905 -r1.906
*** NEWS 1 Dec 2003 21:35:25 -0000 1.905
--- NEWS 3 Dec 2003 20:14:12 -0000 1.906
***************
*** 171,174 ****
--- 171,177 ----
-------
+ - 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.
More information about the Python-checkins
mailing list