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 eric.araujo, gpolo, kbk, rhettinger, roger.serwy, terry.reedy
Date 2010-10-15.17:30:55
SpamBayes Score 0.0008287929
Marked as misclassified No
Message-id <1287163857.89.0.0269295752629.issue5150@psf.upfronthosting.co.za>
In-reply-to
Content
reindent.py is very much a script: It lacks a nice, full programmatic API, I mean standalone functions to check a file object or a filename and functions implementing the command-line interface.  As it is now, you see for example print calls in the middle of functions, so it’s not usable as a module.

Maybe bring this to python-dev or -ideas?
History
Date User Action Args
2010-10-15 17:30:58eric.araujosetrecipients: + eric.araujo, rhettinger, terry.reedy, kbk, gpolo, roger.serwy
2010-10-15 17:30:57eric.araujosetmessageid: <1287163857.89.0.0269295752629.issue5150@psf.upfronthosting.co.za>
2010-10-15 17:30:56eric.araujolinkissue5150 messages
2010-10-15 17:30:55eric.araujocreate