]> granicus.if.org Git - python/commit
For collections.deque() objects, expose the maxlen parameter as a read-only attribute.
authorRaymond Hettinger <python@rcn.com>
Tue, 10 Mar 2009 12:56:32 +0000 (12:56 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 10 Mar 2009 12:56:32 +0000 (12:56 +0000)
commit5bb0f0e072ef22fa16bf281bc5e6b5d7a1594beb
tree1621e012d8d1ad69a2afe5f9bc17cdbb815466f4
parent060c7f6bbafdaeb4b73ce34f1bb34e4ac76f2d92
For collections.deque() objects, expose the maxlen parameter as a read-only attribute.
Doc/library/collections.rst
Lib/test/test_deque.py
Misc/NEWS
Modules/_collectionsmodule.c