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 georg.brandl
Recipients chris.jerdonek, docs@python, ezio.melotti, georg.brandl
Date 2012-04-11.06:50:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334127045.13.0.350786543149.issue14545@psf.upfronthosting.co.za>
In-reply-to
Content
"html" is a package. The "html.parser" module, which was already in 3.0, cannot be importable without a "html" package, so in all 3.x versions there was at least an empty html/__init__.py.

That said, I have no objection to Ezio's suggestion.
History
Date User Action Args
2012-04-11 06:50:45georg.brandlsetrecipients: + georg.brandl, ezio.melotti, chris.jerdonek, docs@python
2012-04-11 06:50:45georg.brandlsetmessageid: <1334127045.13.0.350786543149.issue14545@psf.upfronthosting.co.za>
2012-04-11 06:50:44georg.brandllinkissue14545 messages
2012-04-11 06:50:44georg.brandlcreate