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 cheryl.sabella, louielu, serhiy.storchaka, terry.reedy, wohlganger
Date 2017-09-21.17:24:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506014697.41.0.312440262643.issue27099@psf.upfronthosting.co.za>
In-reply-to
Content
Two of the TODOs already listed, and 2 more found in review, have been done.  With these additions, I felt IDLE was ready for the 3.6.3rc1 and 3.7.0a1 releases last Monday.

#31502 Fix problem with deleting user themes and keysets.
#31480 Disable ZzDummy by default, change tests to match.
#31477 Improve rstrip entry in IDLE doc.
#31488 Make non-key options take affect immediately.  (Parenmatch required revision for this to happen for its option in existing windows.  The options were previously 'baked in' in the __init__ method.)

The following remaining to be done:
Grey-out code context toggle on non-editor windows.
#31547 Write augmented user keysets back to file.
Call each event_add(pseudoevent, sequence) just once.
Re-evaluate some of options.
History
Date User Action Args
2017-09-21 17:24:57terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, louielu, cheryl.sabella, wohlganger
2017-09-21 17:24:57terry.reedysetmessageid: <1506014697.41.0.312440262643.issue27099@psf.upfronthosting.co.za>
2017-09-21 17:24:57terry.reedylinkissue27099 messages
2017-09-21 17:24:57terry.reedycreate