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 vstinner
Recipients vstinner
Date 2011-05-24.13:15:29
SpamBayes Score 0.0019107593
Marked as misclassified No
Message-id <1306242930.76.0.670999139945.issue12070@psf.upfronthosting.co.za>
In-reply-to
Content
distutils.sysconfig has also a parse_makefile() function, but it doesn't have the bug.

Attached patch fixes this issue: keep "bogus" variables unchanged and adds tests for _parse_makefile().
History
Date User Action Args
2011-05-24 13:15:30vstinnersetrecipients: + vstinner
2011-05-24 13:15:30vstinnersetmessageid: <1306242930.76.0.670999139945.issue12070@psf.upfronthosting.co.za>
2011-05-24 13:15:30vstinnerlinkissue12070 messages
2011-05-24 13:15:30vstinnercreate