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 serhiy.storchaka
Recipients Decorater, serhiy.storchaka
Date 2017-11-21.21:21:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511299274.26.0.213398074469.issue32106@psf.upfronthosting.co.za>
In-reply-to
Content
The builtins and sys modules are special as they are directly initialized at interpreter startup. They are parts of the interpreter core and this is why they are in the Python directory.
History
Date User Action Args
2017-11-21 21:21:14serhiy.storchakasetrecipients: + serhiy.storchaka, Decorater
2017-11-21 21:21:14serhiy.storchakasetmessageid: <1511299274.26.0.213398074469.issue32106@psf.upfronthosting.co.za>
2017-11-21 21:21:14serhiy.storchakalinkissue32106 messages
2017-11-21 21:21:14serhiy.storchakacreate