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-10.14:57:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412953054.08.0.98602788785.issue22599@psf.upfronthosting.co.za>
In-reply-to
Content
Alternative solution of this issue would be to use "from builtins import open as _open" instead of "import builtins".
History
Date User Action Args
2014-10-10 14:57:34serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, martin.panter
2014-10-10 14:57:34serhiy.storchakasetmessageid: <1412953054.08.0.98602788785.issue22599@psf.upfronthosting.co.za>
2014-10-10 14:57:34serhiy.storchakalinkissue22599 messages
2014-10-10 14:57:34serhiy.storchakacreate