summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-03-22 02:00:11 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-03-22 02:00:11 (GMT)
commitcfbb23a4dd0341577a10fa4660ee7450b58da45f (patch)
tree8a95d989ffa13ec42c56829580029580564faba6 /Misc
parent4e74fc82eaa4617953bdd441f606002420df5ed0 (diff)
downloadcpython-cfbb23a4dd0341577a10fa4660ee7450b58da45f.zip
cpython-cfbb23a4dd0341577a10fa4660ee7450b58da45f.tar.gz
cpython-cfbb23a4dd0341577a10fa4660ee7450b58da45f.tar.bz2
Merged revisions 79271 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r79271 | victor.stinner | 2010-03-22 02:58:35 +0100 (lun., 22 mars 2010) | 4 lines 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. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 57d084d..b8959df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -143,6 +143,10 @@ Core and Builtins
Library
-------
+- 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.
+
- Issue #7774: Set sys.executable to an empty string if argv[0] has been set to
an non existent program name and Python is unable to retrieve the real
program name