This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients rhettinger, terry.reedy
Date 2016-01-01.20:48:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451681300.68.0.792062287695.issue25986@psf.upfronthosting.co.za>
In-reply-to
Content
https://docs.python.org/2.6/library/collections.html#collections.deque has this line "Changed in version 2.6: Added maxlen parameter."

https://docs.python.org/2.7/library/collections.html#collections.deque kept the sentence above and added this entry after the list of methods.

Deque objects also provide one read-only attribute:
maxlen
    Maximum size of a deque or None if unbounded.
    New in version 2.7.

Which is it?
History
Date User Action Args
2016-01-01 20:48:20terry.reedysetrecipients: + terry.reedy, rhettinger
2016-01-01 20:48:20terry.reedysetmessageid: <1451681300.68.0.792062287695.issue25986@psf.upfronthosting.co.za>
2016-01-01 20:48:20terry.reedylinkissue25986 messages
2016-01-01 20:48:20terry.reedycreate