]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10089: Add support for arbitrary -X options on the command-line.
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 21 Oct 2010 13:42:28 +0000 (13:42 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 21 Oct 2010 13:42:28 +0000 (13:42 +0000)
commit9583cac6337f9a5f2670fbe5e1f2e85aaad04522
tree219c579de12fb04e6239ff11d548bfa454b6f135
parent6d61cb4d2fc1cd0b412bdf0cf15337751e56f0d2
Issue #10089: Add support for arbitrary -X options on the command-line.
They can be retrieved through a new attribute `sys._xoptions`.
Doc/c-api/sys.rst
Doc/data/refcounts.dat
Doc/library/sys.rst
Doc/using/cmdline.rst
Include/sysmodule.h
Lib/test/test_cmd_line.py
Misc/NEWS
Modules/main.c
Python/getopt.c
Python/sysmodule.c