[Python-Dev] r85559 - in python/branches/py3k: Doc/library/sys.rst Lib/distutils/command/build_ext.py Lib/distutils/tests/test_build_ext.py Lib/test/test_sys.py Makefile.pre.in Misc/python-config.in Python/sysmodule.c configure configure.in (original) (raw)

Barry Warsaw barry at python.org
Sat Oct 16 16🔞41 CEST 2010


On Oct 16, 2010, at 01:50 PM, Georg Brandl wrote:

--- python/branches/py3k/Doc/library/sys.rst (original) +++ python/branches/py3k/Doc/library/sys.rst Sat Oct 16 03:04:07 2010 @@ -955,6 +955,11 @@ 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. + Needs a versionadded. Also, I think we at least tried to maintain a rough alphabetical order of sys members...

Thanks, good catch.

r85571

-Barry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://mail.python.org/pipermail/python-dev/attachments/20101016/6867c95c/attachment.pgp>



More information about the Python-Dev mailing list