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 barry
Recipients barry, benjamin.peterson
Date 2010-09-16.19:10:30
SpamBayes Score 3.1405643e-06
Marked as misclassified No
Message-id <1284664232.35.0.421042759509.issue9877@psf.upfronthosting.co.za>
In-reply-to
Content
I don't agree that it's a bad thing that sysconfig exposes implementation specific information - it seems kind of the point of it.

"The sysconfig module provides access to Python’s configuration information like the list of installation paths and the configuration variables relevant for the current platform."

Of course things like sysconfig.get_config_h_filename() should raise an exception or return None on implementations that don't have a pyconfig.h.
History
Date User Action Args
2010-09-16 19:10:32barrysetrecipients: + barry, benjamin.peterson
2010-09-16 19:10:32barrysetmessageid: <1284664232.35.0.421042759509.issue9877@psf.upfronthosting.co.za>
2010-09-16 19:10:30barrylinkissue9877 messages
2010-09-16 19:10:30barrycreate