]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Small patch by Tim Peters - it was using self.maxlist when it should
authorGuido van Rossum <guido@python.org>
Wed, 23 Jun 1999 23:27:05 +0000 (23:27 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 23 Jun 1999 23:27:05 +0000 (23:27 +0000)
commitff3a278d3be871942e8fe14c01a70d03cdac752d
tree6f3fa2ac9f1bcab7ac7f574a53629acacaf38149
parentce7695191fdcfd5564a6fdf7f54255c74206a8c2
Small patch by Tim Peters - it was using self.maxlist when it should
be using self.maxdict.
Lib/repr.py