summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-10-16 14:17:50 (GMT)
committerBarry Warsaw <barry@python.org>2010-10-16 14:17:50 (GMT)
commita40453df37a14a885c2a40d97ef873ab2a9ecd4a (patch)
tree6695ea09f505ea2be89183c2a819263c7f27eb8c /Doc/library/sys.rst
parent2f2ed1f36c9413ee2cabed8d8300ee080d85f687 (diff)
downloadcpython-a40453df37a14a885c2a40d97ef873ab2a9ecd4a.zip
cpython-a40453df37a14a885c2a40d97ef873ab2a9ecd4a.tar.gz
cpython-a40453df37a14a885c2a40d97ef873ab2a9ecd4a.tar.bz2
abiflags: alphabetize and versionadded
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 489fea6..7b44c86 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -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 .