diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2011-01-11 21:44:00 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2011-01-11 21:44:00 (GMT) |
commit | ef4a03fffec57617e4c3396046960f49c463f5df (patch) | |
tree | 8e989318d3d91cd44cbeb7b2f9d0ebba921706e9 /Misc/NEWS | |
parent | cf8a382c942ab84f93a95d85758ca2e438346399 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |