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 veky
Recipients Charles Bouchard-Légaré, JanVok, Peer Sommerlund, Sandeep, methane, r.david.murray, serhiy.storchaka, smurfix, veky, vinay.sajip, vstinner, yselivanov
Date 2020-10-30.14:26:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604067970.45.0.949779619445.issue26789@roundup.psfhosted.org>
In-reply-to
Content
> In the OP, the error is caused by `open` being unavailable, which is a builtin. According to what Serhiy says, this error would be after step 6

I think you read the post above incorrectly. The phase 3 is the one where open is removed, since it's not a "native" builtin, but imported from io.
History
Date User Action Args
2020-10-30 14:26:10vekysetrecipients: + veky, vinay.sajip, vstinner, smurfix, r.david.murray, methane, serhiy.storchaka, yselivanov, Peer Sommerlund, JanVok, Charles Bouchard-Légaré, Sandeep
2020-10-30 14:26:10vekysetmessageid: <1604067970.45.0.949779619445.issue26789@roundup.psfhosted.org>
2020-10-30 14:26:10vekylinkissue26789 messages
2020-10-30 14:26:10vekycreate