]> granicus.if.org Git - python/commit
Patch by Lars Marius Garshol:
authorGuido van Rossum <guido@python.org>
Thu, 28 May 1998 22:48:53 +0000 (22:48 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 28 May 1998 22:48:53 +0000 (22:48 +0000)
commit1ad00717fb90ebfe1bb7727f9a89b1b06ebf9e5f
tree2dfe14bc7499fa5921763270f3a609f7b5087f55
parentae621ff7b7226d093f944fbf27876e6750e768fc
Patch by Lars Marius Garshol:

- Handle <? processing instructions >.

- Allow . and - in entity names.

Also fixed an oversight in the previous fix (in one place, [ \t\r\n]
was used instead of string.whitespace).
Lib/sgmllib.py