commit | 5bb0f0e072ef22fa16bf281bc5e6b5d7a1594beb | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Mar 10 12:56:32 2009 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Mar 10 12:56:32 2009 +0000 |
tree | 1621e012d8d1ad69a2afe5f9bc17cdbb815466f4 | |
parent | 060c7f6bbafdaeb4b73ce34f1bb34e4ac76f2d92 [diff] [blame] |
For collections.deque() objects, expose the maxlen parameter as a read-only attribute.
diff --git a/Misc/NEWS b/Misc/NEWS index ad28735..b870bcf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -195,6 +195,8 @@ 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.