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 lunaryorn
Recipients Arfrever, benjamin.peterson, eric.araujo, lunaryorn
Date 2011-09-02.18:21:01
SpamBayes Score 3.0051759e-05
Marked as misclassified No
Message-id <1314987662.09.0.736620472759.issue12873@psf.upfronthosting.co.za>
In-reply-to
Content
More precisely, the bug is, that 2to3 refactors the "print()" invocation in "test1.py" though it shouldn't because a "print_function" future import is present at the beginning of "test1.py".  The cross-check with "test2.py" shows that this is due to the multi-line future import in "test1.py" because the line-break in the import statement is the only difference between both files.
History
Date User Action Args
2011-09-02 18:21:02lunaryornsetrecipients: + lunaryorn, benjamin.peterson, eric.araujo, Arfrever
2011-09-02 18:21:02lunaryornsetmessageid: <1314987662.09.0.736620472759.issue12873@psf.upfronthosting.co.za>
2011-09-02 18:21:01lunaryornlinkissue12873 messages
2011-09-02 18:21:01lunaryorncreate