]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
abiflags: alphabetize and versionadded
authorBarry Warsaw <barry@python.org>
Sat, 16 Oct 2010 14:17:50 +0000 (14:17 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 16 Oct 2010 14:17:50 +0000 (14:17 +0000)
Doc/library/sys.rst

index 489fea6601acd9e2157d8d08945eeec3c97cc18b..7b44c86acc8483a0a4c0c1f1de71d0fb8a6e3ff3 100644 (file)
@@ -10,6 +10,13 @@ interpreter and to functions that interact strongly with the interpreter. It is
 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
 
    The list of command line arguments passed to a Python script. ``argv[0]`` is the
@@ -955,11 +962,6 @@ always available.
    module for informational purposes; modifying this value has no effect on the
    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
 
 .. [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 .