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

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to