summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-05 20:11:13 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-05 20:11:13 (GMT)
commit54fab8136e3094061be0bf5b3126957e9a4f922b (patch)
tree5dc756419d89cb6392cef61ac3c9100230914f78 /Doc/library/collections.rst
parentc2155835b49261c7f755774a16d6576c904395ec (diff)
downloadcpython-54fab8136e3094061be0bf5b3126957e9a4f922b.zip
cpython-54fab8136e3094061be0bf5b3126957e9a4f922b.tar.gz
cpython-54fab8136e3094061be0bf5b3126957e9a4f922b.tar.bz2
Remove versionadded/changed directives merged as an oversight.
Diffstat (limited to 'Doc/library/collections.rst')
-rw-r--r--Doc/library/collections.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index b1c2f99..b650462 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -99,8 +99,6 @@ particular functionality, for example::
Unix. They are also useful for tracking transactions and other pools of data
where only the most recent activity is of interest.
- .. versionchanged:: 2.6
- Added *maxlen* parameter.
Deque objects support the following methods: