This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chaica_
Recipients chaica_, docs@python
Date 2011-02-17.19:22:34
SpamBayes Score 6.909813e-07
Marked as misclassified No
Message-id <1297970555.01.0.618977465642.issue11234@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

It seems a mistake could be in the "What's new in Python 3.2" (rc3) documentation in the sysconfig.get_config_var('SO') example :

>>> sysconfig.get_config_var('SO')       # find the full filename extension
'cpython-32mu.so'

On my system (Debian GNU/Linux, Python3.2rc3), the same command gives :
 
>>> sysconfig.get_config_var('SO')
'.cpython-32m.so'

A dot at the beginning of the string could be missing in the example of the current documentation. This dot also appears in the example of the PEP 3149.

Regards,
Carl Chenet
History
Date User Action Args
2011-02-17 19:22:35chaica_setrecipients: + chaica_, docs@python
2011-02-17 19:22:35chaica_setmessageid: <1297970555.01.0.618977465642.issue11234@psf.upfronthosting.co.za>
2011-02-17 19:22:34chaica_linkissue11234 messages
2011-02-17 19:22:34chaica_create