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
Date 2010-09-16.17:50:57
SpamBayes Score 7.4088216e-06
Marked as misclassified No
Message-id <1284659465.24.0.827166007618.issue9877@psf.upfronthosting.co.za>
In-reply-to
Content
sysconfig.get_config_h_filename() returns the path of pyconfig.h.  The Makefile is also used to return values from sysconfig but it's path is hidden in a non-public method, for no good reason that I can think of.  Therefore, sysconfig._get_makefile_filename() should be renamed to sysconfig.get_makefile_filename().
History
Date User Action Args
2010-09-16 17:51:05barrysetrecipients: + barry
2010-09-16 17:51:05barrysetmessageid: <1284659465.24.0.827166007618.issue9877@psf.upfronthosting.co.za>
2010-09-16 17:50:58barrylinkissue9877 messages
2010-09-16 17:50:58barrycreate