summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-03-10 12:56:32 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-03-10 12:56:32 (GMT)
commit5bb0f0e072ef22fa16bf281bc5e6b5d7a1594beb (patch)
tree1621e012d8d1ad69a2afe5f9bc17cdbb815466f4 /Misc/NEWS
parent060c7f6bbafdaeb4b73ce34f1bb34e4ac76f2d92 (diff)
downloadcpython-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/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ad28735..b870bcf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.