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 eric.araujo
Recipients amaury.forgeotdarc, barry, dmalcolm, doko, eric.araujo, eric.smith, fdrake, loewis, pitrou, r.david.murray
Date 2010-09-16.20:30:39
SpamBayes Score 0.0002884508
Marked as misclassified No
Message-id <1284669041.16.0.0363499347234.issue9807@psf.upfronthosting.co.za>
In-reply-to
Content
Antoine:
> Is there any point in creating another extension module?
> We already have Modules/getpath.c which receives various configuration
> values at compile-time, themselves exposed as sys.prefix and friends.

I have no opinion on generating a new module vs. adding info to getpath.c, but I wouldn’t like to further bloat the sys module.
History
Date User Action Args
2010-09-16 20:30:41eric.araujosetrecipients: + eric.araujo, loewis, fdrake, barry, doko, amaury.forgeotdarc, pitrou, eric.smith, r.david.murray, dmalcolm
2010-09-16 20:30:41eric.araujosetmessageid: <1284669041.16.0.0363499347234.issue9807@psf.upfronthosting.co.za>
2010-09-16 20:30:39eric.araujolinkissue9807 messages
2010-09-16 20:30:39eric.araujocreate