[New-bugs-announce] [issue1816] sys.cmd_flags patch

Christian Heimes report at bugs.python.org
Sat Jan 12 22:35:55 CET 2008


New submission from Christian Heimes:

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.

----------
components: Interpreter Core
files: trunk_sys_cmd_flags.patch
keywords: patch
messages: 59840
nosy: tiran
priority: normal
severity: normal
status: open
title: sys.cmd_flags patch
versions: Python 2.6
Added file: http://bugs.python.org/file9143/trunk_sys_cmd_flags.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1816>
__________________________________


More information about the New-bugs-announce mailing list