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 belgort, cheryl.sabella, ned.deily, taleinat, terry.reedy
Date 2018-07-08.07:21:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531034475.27.0.56676864532.issue34047@psf.upfronthosting.co.za>
In-reply-to
Content
The text widget in IDLE is actually an instance of MulticallCreator(Text).  For tk_scroll2.py, I added the idlelib import and the call to MulticallCreator.
History
Date User Action Args
2018-07-08 07:21:15terry.reedysetrecipients: + terry.reedy, taleinat, ned.deily, cheryl.sabella, belgort
2018-07-08 07:21:15terry.reedysetmessageid: <1531034475.27.0.56676864532.issue34047@psf.upfronthosting.co.za>
2018-07-08 07:21:15terry.reedylinkissue34047 messages
2018-07-08 07:21:15terry.reedycreate