]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- xmllib.py - Moved clearing of "literal" flag. The flag is set in setliteral
authorMoshe Zadka <moshez@math.huji.ac.il>
Sat, 31 Mar 2001 14:26:54 +0000 (14:26 +0000)
committerMoshe Zadka <moshez@math.huji.ac.il>
Sat, 31 Mar 2001 14:26:54 +0000 (14:26 +0000)
commit7c9bcf82436189e69db28df1b3a7cc8d7dd7b5c4
tree50e3d528ad30d5f807dbb44be8feed2e458bcd81
parentea96661b1afa0f422e37cba24f1df9fddb776e87
- xmllib.py - Moved clearing of "literal" flag.  The flag is set in setliteral
  which can be called from a start tag handler.  When the corresponding end
  tag is read the flag is cleared.  However, it didn't get cleared when
  the start tag was for an empty element of the type <tag .../>.  This
  modification fixes the problem.
Lib/xmllib.py
Misc/NEWS