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 rhettinger, serhiy.storchaka
Date 2014-11-23.10:06:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416737175.16.0.367831967609.issue22924@psf.upfronthosting.co.za>
In-reply-to
Content
Deprecated cgi.escape() is used in Tools/scripts/gprof2html.py and Tools/scripts/highlight.py. It should be replaced by html.escape(). Unfortunately the html module clashes with the html parameter in highlight.py so I left this issue for Reymond.
History
Date User Action Args
2014-11-23 10:06:15serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger
2014-11-23 10:06:15serhiy.storchakasetmessageid: <1416737175.16.0.367831967609.issue22924@psf.upfronthosting.co.za>
2014-11-23 10:06:15serhiy.storchakalinkissue22924 messages
2014-11-23 10:06:14serhiy.storchakacreate