]> granicus.if.org Git - python/commitdiff
Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 1 Dec 2014 08:51:37 +0000 (10:51 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 1 Dec 2014 08:51:37 +0000 (10:51 +0200)
instead of deperecated cgi.escape().  Original patch by Raymond Hettinger.


Trivial merge