]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #18690: register memoryview with Sequence ABC
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 2 Oct 2013 12:31:47 +0000 (22:31 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 2 Oct 2013 12:31:47 +0000 (22:31 +1000)
commit45163ccce42ddf7840188c0c91e66ceeb28f0e58
tree63292c13f5447216d111321623af0dbd75c24d24
parenta0f169cde878f08c2873b0cdf42118439113a96f
Close #18690: register memoryview with Sequence ABC
Doc/library/stdtypes.rst
Lib/collections/abc.py
Lib/test/test_collections.py
Misc/NEWS