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 python-dev, terry.reedy
Date 2014-07-25.06:43:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Removal of 'demo' as a global name disabled help callbacks. I could have added 'global demo' to main(), but I decided to refactor and remove duplicate code instead. For 3.5, however, refactor would not merge because of #10291, so I made the simplest fix pending a decision on what to do.
History
Date User Action Args
2014-07-25 06:43:00terry.reedysetrecipients: + terry.reedy, python-dev
2014-07-25 06:43:00terry.reedysetmessageid: <[email protected]>
2014-07-25 06:43:00terry.reedylinkissue22053 messages
2014-07-25 06:43:00terry.reedycreate