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 serhiy.storchaka
Recipients BreamoreBoy, brett.cannon, ezio.melotti, martin.panter, rnk, serhiy.storchaka, thomaspinckney3, vstinner
Date 2013-11-19.07:39:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384846745.35.0.346280654963.issue2927@psf.upfronthosting.co.za>
In-reply-to
Content
I added comments on Rietveld.

Yet one thing. For now the html module is very simple and has no dependencies. The patch adds an import of re and html.escapes and relative heavy re.compile operations. Due to the fact that the html module is implicitly imported when any of the html submodules is imported, this can affect a code which doesn't use unescape(). However a cure for this problem (lazy import and initialization) may be worse than the problem itself, perhaps we should live with it.
History
Date User Action Args
2013-11-19 07:39:05serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, vstinner, ezio.melotti, thomaspinckney3, rnk, BreamoreBoy, martin.panter
2013-11-19 07:39:05serhiy.storchakasetmessageid: <1384846745.35.0.346280654963.issue2927@psf.upfronthosting.co.za>
2013-11-19 07:39:05serhiy.storchakalinkissue2927 messages
2013-11-19 07:39:05serhiy.storchakacreate