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 arekfu
Recipients arekfu
Date 2015-05-05.10:56:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430823413.76.0.410962473467.issue24126@psf.upfronthosting.co.za>
In-reply-to
Content
For completeness, here is some versioning information:

$ python
Python 2.7 (r27:82500, Mar 23 2015, 16:46:39) 
[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sysconfig
>>> print sysconfig.get_config_var('CONFIG_ARGS')                                                                                                                                                                                              
'--prefix=/opt/python2.7' '--enable-shared'
History
Date User Action Args
2015-05-05 10:56:53arekfusetrecipients: + arekfu
2015-05-05 10:56:53arekfusetmessageid: <1430823413.76.0.410962473467.issue24126@psf.upfronthosting.co.za>
2015-05-05 10:56:53arekfulinkissue24126 messages
2015-05-05 10:56:53arekfucreate