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 brett.cannon, eric.snow, ncoghlan, serhiy.storchaka, takluyver, vstinner
Date 2015-03-10.17:41:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426009319.84.0.47662620948.issue23615@psf.upfronthosting.co.za>
In-reply-to
Content
The same issue exists in Lib/bz2.py, Lib/tarfile.py, Tools/freeze/bkfile.py.

May be write a code as

from builtins import open as _builtin_open

?
History
Date User Action Args
2015-03-10 17:41:59serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, vstinner, eric.snow, takluyver
2015-03-10 17:41:59serhiy.storchakasetmessageid: <1426009319.84.0.47662620948.issue23615@psf.upfronthosting.co.za>
2015-03-10 17:41:59serhiy.storchakalinkissue23615 messages
2015-03-10 17:41:59serhiy.storchakacreate