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 python-dev
Recipients josh.r, python-dev, rhettinger
Date 2015-03-31.15:13:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150331151246.91338.13134@psf.io>
In-reply-to
Content
New changeset b75160d24b7b by Raymond Hettinger in branch 'default':
Issue 23793:  Add deque support for __add__(), __mul__(), and __imul__().
https://hg.python.org/cpython/rev/b75160d24b7b
History
Date User Action Args
2015-03-31 15:13:30python-devsetrecipients: + python-dev, rhettinger, josh.r
2015-03-31 15:13:30python-devlinkissue23793 messages
2015-03-31 15:13:30python-devcreate