]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
For collections.deque() objects, expose the maxlen parameter as a read-only attribute.
authorRaymond Hettinger <python@rcn.com>
Tue, 10 Mar 2009 12:50:59 +0000 (12:50 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 10 Mar 2009 12:50:59 +0000 (12:50 +0000)
commit56411aac79ee3c55ce11cea55ec7921f5d96654a
treefe5e9cb2f5198b71e991f64a13345cb0952dc2a8
parentbac769bb5e7656c65e75e27c9d4c914b5d98f12c
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