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 martin.panter, pitrou, reidfaiv, serhiy.storchaka, vstinner
Date 2017-07-08.08:00:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499500838.08.0.255080762696.issue26528@psf.upfronthosting.co.za>
In-reply-to
Content
The interpreter makes a copy of the builtins module dict at startup and restores it at shutdown. open() is imported from the io module after making the copy, and therefore it is absent in restored module.
History
Date User Action Args
2017-07-08 08:00:38serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, martin.panter, reidfaiv
2017-07-08 08:00:38serhiy.storchakasetmessageid: <1499500838.08.0.255080762696.issue26528@psf.upfronthosting.co.za>
2017-07-08 08:00:38serhiy.storchakalinkissue26528 messages
2017-07-08 08:00:37serhiy.storchakacreate