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 Mariatta
Recipients Mariatta, cheryl.sabella, docs@python, terry.reedy
Date 2017-05-01.17:25:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493659505.42.0.433733083562.issue30208@psf.upfronthosting.co.za>
In-reply-to
Content
One PR per branch is correct.

For future reference, preferably the commit hash to be cherry-picked is the one that is merged into CPython's master branch. It can be found at the original PR where it says <coredeveloper> merged commit <hash> into python:master. For PR 1353, it is 9dc2b38. 

For this issue, it doesn't make much difference since the PR contains only one commit. For PRs that contain multiple commits, it makes more sense to cherry-pick the squashed commit to master :)

Thanks :)
History
Date User Action Args
2017-05-01 17:25:05Mariattasetrecipients: + Mariatta, terry.reedy, docs@python, cheryl.sabella
2017-05-01 17:25:05Mariattasetmessageid: <1493659505.42.0.433733083562.issue30208@psf.upfronthosting.co.za>
2017-05-01 17:25:05Mariattalinkissue30208 messages
2017-05-01 17:25:05Mariattacreate