summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-06-10 16:19:46 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-06-10 16:19:46 (GMT)
commit7e303731262b9bd7c468c943c9d8f5359be76e4b (patch)
tree2efb9de7d37767d4d5429056d2a472b8442ee5ea /Misc
parent0e547b66dc206e46b69b91790aa73010290f4fcb (diff)
downloadcpython-7e303731262b9bd7c468c943c9d8f5359be76e4b.zip
cpython-7e303731262b9bd7c468c943c9d8f5359be76e4b.tar.gz
cpython-7e303731262b9bd7c468c943c9d8f5359be76e4b.tar.bz2
remove MAX_MAXCHAR because it's unsafe for computing maximum codepoitn value (see #18183)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a204bb3..00f1ac0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.3.3 release candidate 1?
Core and Builtins
-----------------
+- Issue #18183: Fix various unicode operations on strings with large unicode
+ codepoints.
+
- Issue #18180: Fix ref leak in _PyImport_GetDynLoadWindows().
- Issue #18038: SyntaxError raised during compilation sources with illegal