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 Horpner
Recipients Horpner, rhettinger
Date 2007-12-12.17:20:43
SpamBayes Score 0.09766705
Marked as misclassified No
Message-id <1197480043.96.0.892040879032.issue1604@psf.upfronthosting.co.za>
In-reply-to
Content
Passing an interable to the __init__ method of an existing deque 
appends those elements, rather than reinitializing the deque with the 
items. This is contrary to how list.__init__ works.

test_deque.py verifies the (possibly) incorrect behavior.
History
Date User Action Args
2007-12-12 17:20:44Horpnersetspambayes_score: 0.0976671 -> 0.09766705
recipients: + Horpner, rhettinger
2007-12-12 17:20:43Horpnersetspambayes_score: 0.0976671 -> 0.0976671
messageid: <1197480043.96.0.892040879032.issue1604@psf.upfronthosting.co.za>
2007-12-12 17:20:43Horpnerlinkissue1604 messages
2007-12-12 17:20:43Horpnercreate