[Python-checkins] CVS: python/dist/src/Lib pprint.py

Guido van Rossum guido@cnri.reston.va.us
Thu, 2 Sep 1999 11:09:45 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
	pprint.py 
Log Message:
Fix indent error in __format(): del context[objid] at the end should
be executed in all cases, not just when it's not a list, tuple or
dict.  Discovered by Christian Tismer.