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 ned.deily
Recipients Ramchandra Apte, ned.deily, roger.serwy, terry.reedy
Date 2012-10-05.08:02:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349424124.5.0.372411895437.issue16123@psf.upfronthosting.co.za>
In-reply-to
Content
A popup menu on every invocation of IDLE would be a very user-unfriendly thing to do.  If it's possible that a print to stderr might not be visible to a user, another solution might be to use the approach in Lib/idlelib/macosxSupport.py tkVersionWarning which causes the warning message to show up in the PyShell window.
History
Date User Action Args
2012-10-05 08:02:04ned.deilysetrecipients: + ned.deily, terry.reedy, roger.serwy, Ramchandra Apte
2012-10-05 08:02:04ned.deilysetmessageid: <1349424124.5.0.372411895437.issue16123@psf.upfronthosting.co.za>
2012-10-05 08:02:04ned.deilylinkissue16123 messages
2012-10-05 08:02:04ned.deilycreate