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 xtreak
Recipients daniellovell, serhiy.storchaka, xtreak
Date 2018-10-28.06:02:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540706561.14.0.788709270274.issue35086@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report. So the current example in the docs works fine since root is in global namespace. But this seems to be a sensible change to use self.master which references root instead of relying on root to be global though I don't know we should restructure the example to use main(). I am adding Serhiy for review.
History
Date User Action Args
2018-10-28 06:02:41xtreaksetrecipients: + xtreak, serhiy.storchaka, daniellovell
2018-10-28 06:02:41xtreaksetmessageid: <1540706561.14.0.788709270274.issue35086@psf.upfronthosting.co.za>
2018-10-28 06:02:41xtreaklinkissue35086 messages
2018-10-28 06:02:40xtreakcreate