summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-10-08 19:48:07 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-10-08 19:48:07 (GMT)
commit74a7e3b981265e4f742658b19bdac0818e364920 (patch)
treed653eb314dbbea3cedd4f311cf63dba30fcf1f16 /Misc
parent9ffb5d7828f87e620a5e1098fd2c4f9021a0bd3f (diff)
parent21d9f10c9442ba646340913beba8cf73cc77c885 (diff)
downloadcpython-74a7e3b981265e4f742658b19bdac0818e364920.zip
cpython-74a7e3b981265e4f742658b19bdac0818e364920.tar.gz
cpython-74a7e3b981265e4f742658b19bdac0818e364920.tar.bz2
Merge from 3.6.
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 b6a6c35..fc3a512 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.7.0 alpha 1
Core and Builtins
-----------------
+- Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters().
+ Patch by Xiang Zhang.
+
- Issue #28376: The type of long range iterator is now registered as Iterator.
Patch by Oren Milman.