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 loewis
Recipients amaury.forgeotdarc, barry, dmalcolm, doko, eric.araujo, eric.smith, fdrake, loewis, pitrou
Date 2010-09-16.12:07:09
SpamBayes Score 1.0940733e-05
Marked as misclassified No
Message-id <4C92086A.7030302@v.loewis.de>
In-reply-to <1284638282.3397.0.camel@localhost.localdomain>
Content
> Not having some complicate and brittle code to parse Makefiles would
> certainly be a win, IMO.

Not sure how the patch would look like, but I would expect that any
patch to build a module to include Makefile settings makes it *less*
robust: every time you add or remove a Makefile variable, you have to
remember to adjust the module as well. Currently, you can access 
arbitrary Makefile variables.
History
Date User Action Args
2010-09-16 12:07:12loewissetrecipients: + loewis, fdrake, barry, doko, amaury.forgeotdarc, pitrou, eric.smith, eric.araujo, dmalcolm
2010-09-16 12:07:10loewislinkissue9807 messages
2010-09-16 12:07:09loewiscreate