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 terry.reedy
Recipients asvetlov, eric.araujo, gpolo, kbk, ned.deily, rhettinger, roger.serwy, terry.reedy
Date 2014-04-17.09:33:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397727212.25.0.0374222491385.issue5150@psf.upfronthosting.co.za>
In-reply-to
Content
I use rstrip routinely when editing idlelib files, before committing, so it has been useful for that purpose.

I do not happen to know what reindent.py does that the current format options do not.

#18704 was about integrating the pep8 style checker. That was closed in favor of adding a generic facility to run external analysis tools. There is not an open issue for that yet, but I expect it to happen, perhaps this summer. Reindent.py, if maybe improved, might be a candidate, though I will also try to look at the patch sometime.
History
Date User Action Args
2014-04-17 09:33:32terry.reedysetrecipients: + terry.reedy, rhettinger, kbk, gpolo, ned.deily, roger.serwy, eric.araujo, asvetlov
2014-04-17 09:33:32terry.reedysetmessageid: <1397727212.25.0.0374222491385.issue5150@psf.upfronthosting.co.za>
2014-04-17 09:33:32terry.reedylinkissue5150 messages
2014-04-17 09:33:31terry.reedycreate