]> granicus.if.org Git - python/commit
Fix indent error in __format(): del context[objid] at the end should
authorGuido van Rossum <guido@python.org>
Thu, 2 Sep 1999 15:09:44 +0000 (15:09 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 2 Sep 1999 15:09:44 +0000 (15:09 +0000)
commit183fd40987c3fdc209503700aa5b48b8a7dc3bf8
tree06c81017277db068fece769bb8359e153a3370d3
parent65f4a3b1738dbe7c32a3fd4bad84c7c4d4a30d45
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.
Lib/pprint.py