]> granicus.if.org Git - python/commit
Issue #4282: Fix the main function of the profile module for a non-ASCII
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 22 Mar 2010 01:58:35 +0000 (01:58 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 22 Mar 2010 01:58:35 +0000 (01:58 +0000)
commite3a1f6d3b7850c1fdca803d9530ded2315297de3
tree2313e93fb354f1dc7248d936eb99dd85fc979aae
parent434ae7703d08ab47dab0fcf9f382bbe7ae2996a1
Issue #4282: Fix the main function of the profile module for a non-ASCII
script, open the file in binary mode and not in text mode with the default
(utf8) encoding.
Lib/profile.py
Misc/NEWS