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 pythonhacker
Recipients pythonhacker, vstinner
Date 2015-03-23.09:39:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427103563.35.0.0670894784908.issue23746@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks. From current documentation it isn't clear. Agree to make this a doc bug then. 

It should also be made clear this would work only for the executable built in the source directory. As in,

(Running from the source folder using source Python executable).

anand@toshiba-laptop:~/code/cpython$ ./python 
Python 3.5.0a1+ (default:656543a2ad75, Mar  3 2015, 22:56:27) 
[GCC 4.9.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sysconfig
>>> sysconfig.is_python_build()
True
History
Date User Action Args
2015-03-23 09:39:23pythonhackersetrecipients: + pythonhacker, vstinner
2015-03-23 09:39:23pythonhackersetmessageid: <1427103563.35.0.0670894784908.issue23746@psf.upfronthosting.co.za>
2015-03-23 09:39:23pythonhackerlinkissue23746 messages
2015-03-23 09:39:23pythonhackercreate