This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dougfort
Recipients
Date 2001-05-31.22:26:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Some sites sloppily leave a space in their doctype
declaration:  i.e. <! doctype...>. The Python 2.1 sgml
parser raises an exception for this.  This patch
modifies sgmllib.py to allow leading whitespace in the
declaration.  It also adds a little information to the
exception message.

History
Date User Action Args
2007-08-23 15:05:53adminlinkissue429171 messages
2007-08-23 15:05:53admincreate