You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/library/sys.rst
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,13 @@ interpreter and to functions that interact strongly with the interpreter. It is
10
10
always available.
11
11
12
12
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
+
13
20
.. data:: argv
14
21
15
22
The list of command line arguments passed to a Python script. ``argv[0]`` is the
@@ -955,11 +962,6 @@ always available.
955
962
module for informational purposes; modifying this value has no effect on the
956
963
registry keys used by Python. Availability: Windows.
957
964
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
-
963
965
.. rubric:: Citations
964
966
965
967
.. [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