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.smith, serhiy.storchaka
Date 2015-04-09.06:16:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428560213.96.0.927682223113.issue23893@psf.upfronthosting.co.za>
In-reply-to
Content
try:
    from future_builtins import ascii, filter, hex, map, oct, zip
except ImportError:
    pass
History
Date User Action Args
2015-04-09 06:16:54serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, eric.smith
2015-04-09 06:16:53serhiy.storchakasetmessageid: <1428560213.96.0.927682223113.issue23893@psf.upfronthosting.co.za>
2015-04-09 06:16:53serhiy.storchakalinkissue23893 messages
2015-04-09 06:16:53serhiy.storchakacreate