]> granicus.if.org Git - python/commit
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)
commitcac7ec485bec824d84065ac8ebff789c45c26a7b
treea4e954693c5696f58f66051cbe9918ae47810db8
parentac4aa7b6aad76b404ed1e695b3130988d87fb39f
parent7a1104d292cccb563e5bba73d218de08a91d961a
Issue #22924: Scripts gprof2html.py and highlight.py now use html.escape()
instead of deperecated cgi.escape().  Original patch by Raymond Hettinger.