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, serhiy.storchaka, vstinner
Date 2014-10-13.07:43:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413186203.2.0.904509783106.issue22599@psf.upfronthosting.co.za>
In-reply-to
Content
There is one downside of my solution. For now the code uses current builtin open() which can be overloaded (to handle reading from ZIP archive for example, or to check permissions). With my solution it uses builtin open() at the time of import. I don't know insofar current behavior is intentional. We should take a decision of yet one core developer.
History
Date User Action Args
2014-10-13 07:43:23serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, martin.panter
2014-10-13 07:43:23serhiy.storchakasetmessageid: <1413186203.2.0.904509783106.issue22599@psf.upfronthosting.co.za>
2014-10-13 07:43:23serhiy.storchakalinkissue22599 messages
2014-10-13 07:43:23serhiy.storchakacreate