summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-14 17:52:17 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-14 17:52:17 (GMT)
commit49010ee323eca5d6f5264f046ec1954d818fd5a7 (patch)
tree73175f19c6e818d99eed2113a2eef96482d7dbfd /Misc
parent4347881414c2923fe3d7f14b66671e57578ad103 (diff)
downloadcpython-49010ee323eca5d6f5264f046ec1954d818fd5a7.zip
cpython-49010ee323eca5d6f5264f046ec1954d818fd5a7.tar.gz
cpython-49010ee323eca5d6f5264f046ec1954d818fd5a7.tar.bz2
Revert changeset 1f31bf3f76f5 (issue5322) except tests.
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 3d664ef..f16d207 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,9 +13,6 @@ Core and Builtins
- Issue #28512: Fixed setting the offset attribute of SyntaxError by
PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject().
-- Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
- Original patch by Andreas Stührk.
-
- Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
when decode astral characters. Patch by Xiang Zhang.