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 vstinner
Recipients Demur Rumed, abarnert, benjamin.peterson, brett.cannon, georg.brandl, josh.r, ncoghlan, python-dev, rhettinger, serhiy.storchaka, vstinner, yselivanov
Date 2016-04-29.13:06:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYKb5LUWCTGsj2YkBfCt6k2YB7M3fOW_7Pg4+GfyJEHPw@mail.gmail.com>
In-reply-to <1461934127.61.0.762467148405.issue26647@psf.upfronthosting.co.za>
Content
To create a patch accepted by Rietveld, you should clone the Mercurial
repository, apply your patch, and then regenerate the diff using
Mercurial:

Something like:

$ cd python_hg_clone
$ patch -p1 < ../git_patch.patch
$ hg diff > hg_diff.patch

To clone: hg clone https://hg.python.org/cpython/
History
Date User Action Args
2016-04-29 13:06:42vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, rhettinger, ncoghlan, benjamin.peterson, python-dev, serhiy.storchaka, yselivanov, abarnert, josh.r, Demur Rumed
2016-04-29 13:06:42vstinnerlinkissue26647 messages
2016-04-29 13:06:41vstinnercreate