summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2011-01-11 21:44:00 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2011-01-11 21:44:00 (GMT)
commitef4a03fffec57617e4c3396046960f49c463f5df (patch)
tree8e989318d3d91cd44cbeb7b2f9d0ebba921706e9 /Misc/NEWS
parentcf8a382c942ab84f93a95d85758ca2e438346399 (diff)
downloadcpython-ef4a03fffec57617e4c3396046960f49c463f5df.zip
cpython-ef4a03fffec57617e4c3396046960f49c463f5df.tar.gz
cpython-ef4a03fffec57617e4c3396046960f49c463f5df.tar.bz2
Issue #5109: array.array constructor will now use fast code when
initial data is provided in an array object with correct type.
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 b123cb1..262f982 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -955,6 +955,9 @@ Library
Extension Modules
-----------------
+- Issue #5109: array.array constructor will now use fast code when
+ initial data is provided in an array object with correct type.
+
- Issue #6317: Now winsound.PlaySound only accepts unicode.
- Issue #6317: Now winsound.PlaySound can accept non ascii filename.