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 berker.peksag
Recipients Rosuav, berker.peksag, docs@python, paul.moore, python-dev, vstinner
Date 2016-04-19.20:36:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461098176.76.0.600273809947.issue26805@psf.upfronthosting.co.za>
In-reply-to
Content
Or if you don't want to use any hg extension:

hg update 3.5
hg import --no-c http://bugs.python.org/file42520/collections.patch
hg commit
hg update default
hg merge 3.5
hg revert -ar default
hg resolve -am
hg commit

(Null merge (hg merge 3.5 and later) is step documented at https://docs.python.org/devguide/faq.html?#how-do-i-make-a-null-merge)
History
Date User Action Args
2016-04-19 20:36:16berker.peksagsetrecipients: + berker.peksag, paul.moore, vstinner, docs@python, python-dev, Rosuav
2016-04-19 20:36:16berker.peksagsetmessageid: <1461098176.76.0.600273809947.issue26805@psf.upfronthosting.co.za>
2016-04-19 20:36:16berker.peksaglinkissue26805 messages
2016-04-19 20:36:16berker.peksagcreate