commit | ea7364c7cd989b78767efff2720b0e17db6eeb0b | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Sep 20 00:39:47 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Sep 20 00:39:47 1999 +0000 |
tree | 531f251f368aac247e88cdaa5427f33aa0b64d84 | |
parent | 3aca65312a9b6c5fe741167764d56de073259f73 [diff] |
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.