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 rhettinger
Recipients ethan.furman, rhettinger
Date 2014-10-31.22:23:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414794213.67.0.17262120861.issue22779@psf.upfronthosting.co.za>
In-reply-to
Content
This behavior was intended.  It was modeled after the behavior for lists.

Any change here would break code such as:

   d = deque()
   d += 'abc'     # This is specially allowed (note, we have a test for it)
History
Date User Action Args
2014-10-31 22:23:33rhettingersetrecipients: + rhettinger, ethan.furman
2014-10-31 22:23:33rhettingersetmessageid: <1414794213.67.0.17262120861.issue22779@psf.upfronthosting.co.za>
2014-10-31 22:23:33rhettingerlinkissue22779 messages
2014-10-31 22:23:33rhettingercreate