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 pitrou
Recipients akr, barry, benjamin.peterson, glyph, gregory.p.smith, iankko, loewis, pitrou, psss, thoger
Date 2009-07-12.15:43:32
SpamBayes Score 1.2308922e-08
Marked as misclassified No
Message-id <1247413414.26.0.178390933713.issue5753@psf.upfronthosting.co.za>
In-reply-to
Content
Tomas, your patch is breaking an existing API, which may break existing
uses (I'm not sure which ones, but people are doing lots of things with
Python). That's why I proposed a separate API, which has the additional
benefit of making things clearer rather than muddier.

Besides, parsing of command line flags is already done in
Modules/main.c, we shouldn't repeat it in sysmodule.c.
History
Date User Action Args
2009-07-12 15:43:34pitrousetrecipients: + pitrou, loewis, barry, gregory.p.smith, benjamin.peterson, glyph, psss, iankko, akr, thoger
2009-07-12 15:43:34pitrousetmessageid: <1247413414.26.0.178390933713.issue5753@psf.upfronthosting.co.za>
2009-07-12 15:43:33pitroulinkissue5753 messages
2009-07-12 15:43:33pitroucreate