Re: [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.

2010-10-16 Thread Georg Brandl
Am 16.10.2010 03:04, schrieb barry.warsaw: Author: barry.warsaw Date: Sat Oct 16 03:04:07 2010 New Revision: 85559 Log: First (uncontroversial) part of issue 9807. * Expose the build flags to Python as sys.abiflags * Shared library libpythonX.Yabiflags.so * python-config --abiflags *

Re: [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.

2010-10-16 Thread Barry Warsaw
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