On 12 August 2017 at 15:45, Yury Selivanov <yselivanov...@gmail.com> wrote: > Thanks Eric! > > PEP 408 -- Standard library __preview__ package?
Typo in the PEP number: PEP 406, which was an ultimately failed attempt to get away from the reliance on process globals to manage the import system by encapsulating the top level state as an "Import Engine": https://www.python.org/dev/peps/pep-0406/ We still like the idea in principle (hence the Withdrawn status rather then being Rejected), but someone needs to find time to take a run at designing a new version of it atop the cleaner PEP 451 import plugin API (hence why the *specific* proposal in PEP 406 has been withdrawn). Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/