]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 87942 via svnmerge from
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Tue, 11 Jan 2011 22:16:24 +0000 (22:16 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Tue, 11 Jan 2011 22:16:24 +0000 (22:16 +0000)
commit830c85d0bacc2366af8b75becca021e00e976298
tree63f2112cfea98ae26524f175061dca91cbd67c06
parentd501dde89d1ced7c5a96c727511b94d1b8d3a45c
Merged revisions 87942 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r87942 | alexander.belopolsky | 2011-01-11 16:44:00 -0500 (Tue, 11 Jan 2011) | 3 lines

  Issue #5109: array.array constructor will now use fast code when
  initial data is provided in an array object with correct type.
........
Lib/test/test_array.py
Misc/NEWS
Modules/arraymodule.c