[issue34162] idlelib/NEWS.txt for 3.8.0 (and backports)

Terry J. Reedy report at bugs.python.org
Thu May 2 15:03:53 EDT 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34162>
_______________________________________


More information about the Python-bugs-list mailing list