]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Peter Haight discovered that this code uses a mutable default for cnf
authorGuido van Rossum <guido@python.org>
Mon, 20 Sep 1999 00:39:47 +0000 (00:39 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 20 Sep 1999 00:39:47 +0000 (00:39 +0000)
commitea7364c7cd989b78767efff2720b0e17db6eeb0b
tree531f251f368aac247e88cdaa5427f33aa0b64d84
parent3aca65312a9b6c5fe741167764d56de073259f73
Peter Haight discovered that this code uses a mutable default for cnf
and then (under certain circumstances) can clobber the default!
He also submitted this patch as PR#82.
Lib/lib-tk/ScrolledText.py