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 benjamin.peterson, eric.araujo, georg.brandl
Date 2011-01-24.19:25:49
SpamBayes Score 1.9215777e-05
Marked as misclassified No
Message-id <1295897150.32.0.288530737397.issue10998@psf.upfronthosting.co.za>
In-reply-to
Content
The -Q command-line option has been removed in Python 3 but there are some leftovers.  Attached patch removes them; tests pass; please review.

I think 3.1 should be fixed too, since no sane program should use those leftovers.

I removed the now-pointless tests in test_cmd_line.  They were not failing; this may be a bug in verify_valid_flag, out of scope for this report.

While I was editing the table used to document sys.flags, I added some link-generating markup (to the respective option doc) and made the table markup easier to read and edit.  I can make those changes in another commit if you prefer it.
History
Date User Action Args
2011-01-24 19:25:50eric.araujosetrecipients: + eric.araujo, georg.brandl, benjamin.peterson
2011-01-24 19:25:50eric.araujosetmessageid: <1295897150.32.0.288530737397.issue10998@psf.upfronthosting.co.za>
2011-01-24 19:25:49eric.araujolinkissue10998 messages
2011-01-24 19:25:49eric.araujocreate