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 ncoghlan
Recipients Arfrever, aronacher, brett.cannon, eric.snow, ncoghlan, python-dev, rhettinger
Date 2014-05-31.01:24:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7f-WCF9PX7edWdL_-iujq3CdWJ-wT-K2YB6c4rAtw7YHA@mail.gmail.com>
In-reply-to <1401478985.52.0.552012917218.issue20383@psf.upfronthosting.co.za>
Content
Another thing to keep in the back of your minds: one of my goals for PEP
432 is to make it possible to have a fully functional embedded interpreter
up and running *without* configuring the Python level import system. This
is the state the interpreter would be in between the beginning and end of
initialisation.
History
Date User Action Args
2014-05-31 01:24:37ncoghlansetrecipients: + ncoghlan, brett.cannon, rhettinger, aronacher, Arfrever, python-dev, eric.snow
2014-05-31 01:24:37ncoghlanlinkissue20383 messages
2014-05-31 01:24:37ncoghlancreate