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 martin.panter
Recipients elias, ethan.furman, martin.panter
Date 2016-09-01.07:07:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472713665.13.0.587800405103.issue27923@psf.upfronthosting.co.za>
In-reply-to
Content
Here is what I did. (You could probably do this yourself, but never mind :)

hg pull -r{default,2.7,3.5}
hg update default  # Update to the latest public revision
hg import --no-commit "$(xclip -o)"  # Apply your patch on top
hg diff -p > pep467.patch  # Make a new diff

If you look inside the patch file, the difference is that the Reitveld review system cannot handle “diff -r 3e41c0449b9c” from your file, but hopefully will know about “diff -r ebb23744a36c” in my version.
History
Date User Action Args
2016-09-01 07:07:45martin.pantersetrecipients: + martin.panter, ethan.furman, elias
2016-09-01 07:07:45martin.pantersetmessageid: <1472713665.13.0.587800405103.issue27923@psf.upfronthosting.co.za>
2016-09-01 07:07:45martin.panterlinkissue27923 messages
2016-09-01 07:07:44martin.pantercreate