summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
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.