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 Claudiu.Popa
Recipients Claudiu.Popa
Date 2012-04-05.13:01:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333630868.14.0.473747405241.issue14508@psf.upfronthosting.co.za>
In-reply-to
Content
Tools/gprof2html.py uses "file" to open a file. Also, the opened file passed to add_escapes was never closed. There's a test included in the patch.
History
Date User Action Args
2012-04-05 13:01:08Claudiu.Popasetrecipients: + Claudiu.Popa
2012-04-05 13:01:08Claudiu.Popasetmessageid: <1333630868.14.0.473747405241.issue14508@psf.upfronthosting.co.za>
2012-04-05 13:01:07Claudiu.Popalinkissue14508 messages
2012-04-05 13:01:07Claudiu.Popacreate