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 eric.araujo
Recipients benjamin.peterson, durin42, eric.araujo, twouters
Date 2014-03-14.19:32:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394825546.21.0.0182497352772.issue19510@psf.upfronthosting.co.za>
In-reply-to
Content
To be fair to 2to3, that line disrespects some Python best practices (use explicit relative imports (2.5+), put one import per line, group imports by stdlib/non-stdlib).  It’s still a bug though :)
History
Date User Action Args
2014-03-14 19:32:26eric.araujosetrecipients: + eric.araujo, twouters, benjamin.peterson, durin42
2014-03-14 19:32:26eric.araujosetmessageid: <1394825546.21.0.0182497352772.issue19510@psf.upfronthosting.co.za>
2014-03-14 19:32:26eric.araujolinkissue19510 messages
2014-03-14 19:32:26eric.araujocreate