]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch by Sjoerd Mullender to placate /F:
authorGuido van Rossum <guido@python.org>
Tue, 2 Feb 1999 17:54:38 +0000 (17:54 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 Feb 1999 17:54:38 +0000 (17:54 +0000)
commitcc2c291b7fdb2eb4a46bdce264931bd5adeaff38
tree81f5115b9e5fc27bea455587f368a558bdcdbe6d
parent7e3535cbbd1d5e4b0d182557d91ac2c60bc1ef81
Patch by Sjoerd Mullender to placate /F:

Fix leaking of instances by removing the elements variable that we
created on closing the parser.  The elements variable is now created
in the reset() method, so that the sequence close(); reset();
... works.
Also, add the name of the entity reference that wasn't found to the
error message.
Lib/xmllib.py