summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-03-06 00:09:24 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-03-06 00:09:24 (GMT)
commitcf77da9fb5a0b23c92c5005b13944f680aa0f325 (patch)
treec92d86dc211f8f51b08cda4cd7eea39d24c957e1 /Misc
parent313cac88c524dd1d3c9810109de3f9c310d73413 (diff)
downloadcpython-cf77da9fb5a0b23c92c5005b13944f680aa0f325.zip
cpython-cf77da9fb5a0b23c92c5005b13944f680aa0f325.tar.gz
cpython-cf77da9fb5a0b23c92c5005b13944f680aa0f325.tar.bz2
Backed out changeset b9f7b1bf36aa
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d858cd2..a0dd2f6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,9 +10,6 @@ What's New in Python 3.4.0 Alpha 1?
Core and Builtins
-----------------
-- Issue #17223: Fix PyUnicode_FromUnicode() on Windows (16-bit wchar_t type)
- to reject invalid UTF-16 surrogate.
-
- Issue #17032: The "global" in the "NameError: global name 'x' is not defined"
error message has been removed. Patch by Ram Rachum.