commit | 830c85d0bacc2366af8b75becca021e00e976298 | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Tue Jan 11 22:16:24 2011 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Tue Jan 11 22:16:24 2011 +0000 |
tree | 63f2112cfea98ae26524f175061dca91cbd67c06 | |
parent | d501dde89d1ced7c5a96c727511b94d1b8d3a45c [diff] |
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. ........