diff options
author | Raymond Hettinger <python@rcn.com> | 2009-03-10 12:56:32 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-03-10 12:56:32 (GMT) |
commit | 5bb0f0e072ef22fa16bf281bc5e6b5d7a1594beb (patch) | |
tree | 1621e012d8d1ad69a2afe5f9bc17cdbb815466f4 /Misc | |
parent | 060c7f6bbafdaeb4b73ce34f1bb34e4ac76f2d92 (diff) | |
download | cpython-5bb0f0e072ef22fa16bf281bc5e6b5d7a1594beb.zip cpython-5bb0f0e072ef22fa16bf281bc5e6b5d7a1594beb.tar.gz cpython-5bb0f0e072ef22fa16bf281bc5e6b5d7a1594beb.tar.bz2 |
For collections.deque() objects, expose the maxlen parameter as a read-only attribute.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -195,6 +195,8 @@ Core and Builtins Library ------- +- collections.deque() objects now have a read-only attribute called maxlen. + - Issue #2638: Show a window constructed with tkSimpleDialog.Dialog only after it is has been populated and properly configured in order to prevent window flashing. |