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 anton.barkovsky
Recipients anton.barkovsky, belopolsky, benjamin.peterson, r.david.murray
Date 2014-07-12.18:50:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405191038.18.0.364736549316.issue21966@psf.upfronthosting.co.za>
In-reply-to
Content
> 1. How should python3 -q -mcode behave?

I've only now found out about sys.flags. I think we should check for -q both before -m and after, because why not?

> 2. If we add this patch, should we also attempt to emulate other command line options (-V, -h, etc.)?

As I see it, the module is only concerned with REPL functionality, making these options a bit out of scope.
History
Date User Action Args
2014-07-12 18:50:38anton.barkovskysetrecipients: + anton.barkovsky, belopolsky, benjamin.peterson, r.david.murray
2014-07-12 18:50:38anton.barkovskysetmessageid: <1405191038.18.0.364736549316.issue21966@psf.upfronthosting.co.za>
2014-07-12 18:50:38anton.barkovskylinkissue21966 messages
2014-07-12 18:50:38anton.barkovskycreate