]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix (sanctioned by Sjoerd) for a problem reported by Andreas Faerber:
authorGuido van Rossum <guido@python.org>
Tue, 8 Jun 1999 21:23:26 +0000 (21:23 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 8 Jun 1999 21:23:26 +0000 (21:23 +0000)
commit1f2e09bc45faa25c95f4e4ea1b24201af916179c
tree28905a91fd2b50def24c0731689803b8e1af8beb
parent5116f90ece5586cdca04e91cf0b1bb566bcc258d
Fix (sanctioned by Sjoerd) for a problem reported by Andreas Faerber:
all processing instruction target names containing 'xml' were
rejected, instead (as the standard rejects) only the name 'xml' itself
(or case variants thereof).
Lib/xmllib.py