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 terry.reedy
Recipients miss-islington, terry.reedy
Date 2019-05-02.19:03:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556823833.19.0.568134858572.issue34162@roundup.psfhosted.org>
In-reply-to
Content
PR 12579 started as a fixup for 3.7.4, but there seemed to be a problem of duplicate commits.  The fix, based on Ned Deily's comments, after fetching from upstream:

cd ../37  # 3.7 workspace
git branch -D news37  # and dict37, whatever it was
git reset --hard  784f52a^
<In response to 'more?', ' ' ENTER>
git merge upstream/37
<Fix 3.7 NEWS.txt conflict - remove additions, and commit>
git push --force origin

Then git checkout -b news37 to add dates and fix for 3.7.4 to produce PR 13067
History
Date User Action Args
2019-05-02 19:03:53terry.reedysetrecipients: + terry.reedy, miss-islington
2019-05-02 19:03:53terry.reedysetmessageid: <1556823833.19.0.568134858572.issue34162@roundup.psfhosted.org>
2019-05-02 19:03:53terry.reedylinkissue34162 messages
2019-05-02 19:03:53terry.reedycreate