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 eamartin, ned.deily, rhettinger, ronaldoussoren, serhiy.storchaka, taleinat, terry.reedy, vtudorache, walters, wordtech
Date 2018-08-01.22:08:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533161322.4.0.56676864532.issue34120@psf.upfronthosting.co.za>
In-reply-to
Content
Removing 2.7 was unintended, from simultaneous editing.  This is one of the exceptional cases where a backport is worth the risk (which seems here extremely low).  I will remove it from the PR because auto backport will fail because of file renames, in addition to internal changes.  Here are the new name to old name translations, where not a just a case change, needed to prepare a 2.7 patch.

config_key  keybindingDialog
help_about aboutDialog
query  .  # New in 3.6. Grep 2.7 code for 'grab_set' to find any usages in deleted code that query replaced.
History
Date User Action Args
2018-08-01 22:08:42terry.reedysetrecipients: + terry.reedy, rhettinger, ronaldoussoren, taleinat, wordtech, ned.deily, serhiy.storchaka, walters, vtudorache, eamartin
2018-08-01 22:08:42terry.reedysetmessageid: <1533161322.4.0.56676864532.issue34120@psf.upfronthosting.co.za>
2018-08-01 22:08:42terry.reedylinkissue34120 messages
2018-08-01 22:08:42terry.reedycreate