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 gvanrossum
Recipients christian.heimes, gvanrossum
Date 2008-01-12.23:33:03
SpamBayes Score 0.017478678
Marked as misclassified No
Message-id <1200180785.88.0.545986698136.issue1816@psf.upfronthosting.co.za>
In-reply-to
Content
I like the idea of exposing Python's command line flags, but I think
this API is a bit odd.  I'd rather see it be a struct with members named
after the various arguments and values that are ints or bools -- or
simply a bunch of new flags directly in the sys module if making it a
string is too much work.

It also looks like the patch includes a few unrelated changes to
install.py and site.py.
History
Date User Action Args
2008-01-12 23:33:05gvanrossumsetspambayes_score: 0.0174787 -> 0.017478678
recipients: + gvanrossum, christian.heimes
2008-01-12 23:33:05gvanrossumsetspambayes_score: 0.0174787 -> 0.0174787
messageid: <1200180785.88.0.545986698136.issue1816@psf.upfronthosting.co.za>
2008-01-12 23:33:04gvanrossumlinkissue1816 messages
2008-01-12 23:33:03gvanrossumcreate