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 Lita.Cho, jesstess, ned.deily, serhiy.storchaka, terry.reedy
Date 2014-07-27.07:04:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406444681.02.0.50114039411.issue21933@psf.upfronthosting.co.za>
In-reply-to
Content
While we are at it, lets compute "sys.platform == 'darwin'" just once and use conditional expressions.  (I just condensed config_gui() with conditional expressions, but avoided changing the context for the patches here.)
History
Date User Action Args
2014-07-27 07:04:41terry.reedysetrecipients: + terry.reedy, ned.deily, jesstess, serhiy.storchaka, Lita.Cho
2014-07-27 07:04:41terry.reedysetmessageid: <1406444681.02.0.50114039411.issue21933@psf.upfronthosting.co.za>
2014-07-27 07:04:40terry.reedylinkissue21933 messages
2014-07-27 07:04:40terry.reedycreate