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 hfuru
Recipients hfuru, loewis
Date 2010-10-12.12:52:49
SpamBayes Score 4.7845994e-09
Marked as misclassified No
Message-id <hbf.20101012gx87@bombur.uio.no>
In-reply-to <1286886832.35.0.0262360609893.issue10070@psf.upfronthosting.co.za>
Content
Martin v. Löwis writes:
> I still don't understand. If it's 2.x code, why do you want to say that
> it is 3.x code?

It works on Python 2.  It runs on Python 3 - maybe correctly, or maybe
it's not that far along yet.  Maybe some files in a package work on
Python 3, and others have not yet been updated.

> If you don't want to run a specific fixer, you can exclude it from the
> list of fixers.

I know.  So this request is mostly for convenience, but then so is 2to3
in the first place.

print(single argument) would be nice to leave alone in any case though,
since there can be other reasons for the ().  E.g.:

    print(very long
          single argument)
History
Date User Action Args
2010-10-12 12:52:51hfurusetrecipients: + hfuru, loewis
2010-10-12 12:52:49hfurulinkissue10070 messages
2010-10-12 12:52:49hfurucreate