Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a40453d

Browse files
committed
abiflags: alphabetize and versionadded
1 parent 2f2ed1f commit a40453d

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

Doc/library/sys.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ interpreter and to functions that interact strongly with the interpreter. It is
1010
always available.
1111

1212

13+
.. data:: abiflags
14+
15+
On POSIX systems where Python is build with the standard ``configure``
16+
script, this contains the ABI flags as specified by :pep:`3149`.
17+
18+
.. versionadded:: 3.2
19+
1320
.. data:: argv
1421

1522
The list of command line arguments passed to a Python script. ``argv[0]`` is the
@@ -955,11 +962,6 @@ always available.
955962
module for informational purposes; modifying this value has no effect on the
956963
registry keys used by Python. Availability: Windows.
957964

958-
.. data:: abiflags
959-
960-
On POSIX systems where Python is build with the standard ``configure``
961-
script, this contains the ABI flags as specified by :pep:`3149`.
962-
963965
.. rubric:: Citations
964966

965967
.. [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 .

0 commit comments

Comments
 (0)