| commit | 1ad00717fb90ebfe1bb7727f9a89b1b06ebf9e5f | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Thu May 28 22:48:53 1998 +0000 |
| committer | Guido van Rossum <guido@python.org> | Thu May 28 22:48:53 1998 +0000 |
| tree | 2dfe14bc7499fa5921763270f3a609f7b5087f55 | |
| parent | ae621ff7b7226d093f944fbf27876e6750e768fc [diff] |
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).