summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-05-20 21:00:34 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-05-20 21:00:34 (GMT)
commit148051a054e2e575c8c908d32ff5d49cbb12e512 (patch)
treed6ca25c351e564ef1dc609f8ca0697d943b30961 /Misc/NEWS
parent784c027d18a7597aeb265325330e0559f00f130f (diff)
downloadcpython-148051a054e2e575c8c908d32ff5d49cbb12e512.zip
cpython-148051a054e2e575c8c908d32ff5d49cbb12e512.tar.gz
cpython-148051a054e2e575c8c908d32ff5d49cbb12e512.tar.bz2
Recorded merge of revisions 81364 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r81364 | victor.stinner | 2010-05-19 22:40:50 +0200 (mer., 19 mai 2010) | 3 lines Issue #8766: Initialize _warnings module before importing the first module. Fix a crash if an empty directory called "encodings" exists in sys.path. ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cf23427..66433e4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.1.3?
Core and Builtins
-----------------
+- Issue #8766: Initialize _warnings module before importing the first module.
+ Fix a crash if an empty directory called "encodings" exists in sys.path.
+
- PyObject_Dump() encodes unicode objects to utf8 with backslashreplace
(instead of strict) error handler to escape surrogates