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 koobs
Recipients Arfrever, akitada, christian.heimes, eric.araujo, koobs, loewis, nbastin, pitrou, tarek
Date 2013-09-22.13:49:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379857752.35.0.432820817191.issue4366@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching an initial patch with the following changes:

- Update comment
- Add original (#1600860) and current issue ID references
- Remove sys.platform conditional
- Remove NOOP sysconfig.get_config_var call (Reported by: birkenfeld)

This results in all platforms receiving the same treatment as the default, which is consistent with the comment
History
Date User Action Args
2013-09-22 13:49:12koobssetrecipients: + koobs, loewis, nbastin, pitrou, christian.heimes, tarek, eric.araujo, Arfrever, akitada
2013-09-22 13:49:12koobssetmessageid: <1379857752.35.0.432820817191.issue4366@psf.upfronthosting.co.za>
2013-09-22 13:49:12koobslinkissue4366 messages
2013-09-22 13:49:12koobscreate