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 christian.heimes
Recipients christian.heimes
Date 2008-01-12.21:35:53
SpamBayes Score 0.0018185285
Marked as misclassified No
Message-id <1200173755.29.0.21919679593.issue1816@psf.upfronthosting.co.za>
In-reply-to
Content
The output should be self explaining:
./python -tt -E -OO -Qnew -c "import sys; print sys.cmd_flags"
('Qnew', 'O', 'OO', 'E', 't', 'tt')

I'll provide doc updates and a mini test if the patch wanted.
History
Date User Action Args
2008-01-12 21:35:55christian.heimessetspambayes_score: 0.00181853 -> 0.0018185285
recipients: + christian.heimes
2008-01-12 21:35:55christian.heimessetspambayes_score: 0.00181853 -> 0.00181853
messageid: <1200173755.29.0.21919679593.issue1816@psf.upfronthosting.co.za>
2008-01-12 21:35:54christian.heimeslinkissue1816 messages
2008-01-12 21:35:53christian.heimescreate