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 ctheune
Recipients collinwinter, ctheune
Date 2008-07-10.16:55:11
SpamBayes Score 0.07849393
Marked as misclassified No
Message-id <1215708913.27.0.554899314818.issue3334@psf.upfronthosting.co.za>
In-reply-to
Content
I got this output from 2to3:

(This is from setuptools egg_info.py)

-        import bdist_egg; bdist_egg.write_safety_flag(cmd.egg_info, safe)
+from . import bdist_egg; bdist_egg.write_safety_flag(cmd.egg_info, safe)
History
Date User Action Args
2008-07-10 16:55:13ctheunesetspambayes_score: 0.0784939 -> 0.07849393
recipients: + ctheune, collinwinter
2008-07-10 16:55:13ctheunesetspambayes_score: 0.0784939 -> 0.0784939
messageid: <1215708913.27.0.554899314818.issue3334@psf.upfronthosting.co.za>
2008-07-10 16:55:12ctheunelinkissue3334 messages
2008-07-10 16:55:12ctheunecreate