diff options
author | Georg Brandl <georg@python.org> | 2008-01-05 20:11:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-05 20:11:13 (GMT) |
commit | 54fab8136e3094061be0bf5b3126957e9a4f922b (patch) | |
tree | 5dc756419d89cb6392cef61ac3c9100230914f78 /Doc/library/collections.rst | |
parent | c2155835b49261c7f755774a16d6576c904395ec (diff) | |
download | cpython-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.rst | 2 |
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: |