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 ezio.melotti
Recipients eric.araujo, ezio.melotti, maker, vinay.sajip
Date 2013-03-29.23:53:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364601223.25.0.330898022547.issue14679@psf.upfronthosting.co.za>
In-reply-to
Content
The module only defines 2 public objects: HTMLParser and HTMLParseError.  
The attached patch adds an __all__ with only HTMLParser.  Should HTMLParseError be included too, even though it's deprecated and will be removed in 3.5?

@Michele:
__all__ won't fix that, but at least it will make clear that the module-level regex (like tagfind) are not public.  Renaming the methods is not a good idea IMHO, we could move the "# internal" comments in the docstrings though.
History
Date User Action Args
2013-03-29 23:53:43ezio.melottisetrecipients: + ezio.melotti, vinay.sajip, eric.araujo, maker
2013-03-29 23:53:43ezio.melottisetmessageid: <1364601223.25.0.330898022547.issue14679@psf.upfronthosting.co.za>
2013-03-29 23:53:43ezio.melottilinkissue14679 messages
2013-03-29 23:53:43ezio.melotticreate