[Python-checkins] r85571 - python/branches/py3k/Doc/library/sys.rst
barry.warsaw
python-checkins at python.org
Sat Oct 16 16:17:50 CEST 2010
Author: barry.warsaw
Date: Sat Oct 16 16:17:50 2010
New Revision: 85571
Log:
abiflags: alphabetize and versionadded
Modified:
python/branches/py3k/Doc/library/sys.rst
Modified: python/branches/py3k/Doc/library/sys.rst
==============================================================================
--- python/branches/py3k/Doc/library/sys.rst (original)
+++ python/branches/py3k/Doc/library/sys.rst Sat Oct 16 16:17:50 2010
@@ -10,6 +10,13 @@
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 @@
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 .
More information about the Python-checkins
mailing list