Commit a40453df authored by Barry Warsaw's avatar Barry Warsaw

abiflags: alphabetize and versionadded

parent 2f2ed1f3
...@@ -10,6 +10,13 @@ interpreter and to functions that interact strongly with the interpreter. It is ...@@ -10,6 +10,13 @@ interpreter and to functions that interact strongly with the interpreter. It is
always available. always available.
.. data:: abiflags
On POSIX systems where Python is build with the standard ``configure``
script, this contains the ABI flags as specified by :pep:`3149`.
.. versionadded:: 3.2
.. data:: argv .. data:: argv
The list of command line arguments passed to a Python script. ``argv[0]`` is the The list of command line arguments passed to a Python script. ``argv[0]`` is the
...@@ -955,11 +962,6 @@ always available. ...@@ -955,11 +962,6 @@ always available.
module for informational purposes; modifying this value has no effect on the module for informational purposes; modifying this value has no effect on the
registry keys used by Python. Availability: Windows. registry keys used by Python. Availability: Windows.
.. data:: abiflags
On POSIX systems where Python is build with the standard ``configure``
script, this contains the ABI flags as specified by :pep:`3149`.
.. rubric:: Citations .. rubric:: Citations
.. [C99] ISO/IEC 9899:1999. "Programming languages -- C." A public draft of this standard is available at http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf . .. [C99] ISO/IEC 9899:1999. "Programming languages -- C." A public draft of this standard is available at http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1256.pdf .
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment