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 zach.ware
Recipients Matthias v/d Meent, docs@python, ethan smith, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-12-08.15:29:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481210960.75.0.578161065158.issue28901@psf.upfronthosting.co.za>
In-reply-to
Content
Each of those items is added to builtins by site.py, which I believe is not imported by default by the embeddable distribution.  I didn't immediately find that fact mentioned in the docs, though.

Also note that the embeddable distribution isn't really meant for regular usage, it's meant for embedding :).  While this is definitely worth some clarification in the docs, it's not a high-priority issue.

+Ethan Smith from #28903.
History
Date User Action Args
2016-12-08 15:29:20zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, docs@python, steve.dower, Matthias v/d Meent, ethan smith
2016-12-08 15:29:20zach.waresetmessageid: <1481210960.75.0.578161065158.issue28901@psf.upfronthosting.co.za>
2016-12-08 15:29:20zach.warelinkissue28901 messages
2016-12-08 15:29:20zach.warecreate