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 roger.serwy
Recipients Caio.Romao, Dima.Tisnek, Jonathan.Rogers, eric.araujo, roger.serwy, serhiy.storchaka
Date 2012-10-01.00:57:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5068EA77.1020103@gmail.com>
In-reply-to <1349046452.11.0.147361638359.issue12930@psf.upfronthosting.co.za>
Content
>
> Definitely a bugfix should not add any new switches. Patch would simply lead to preserving of all string literals and nothing more.
I added the switch so that the existing behavior of reindent would stay 
the same in case some other scripts rely on that behavior. If you'd 
rather not include the switch, then I'm ok with removing it.

The patch causes reindent to no longer removes trailing whitespace on 
multi-line doc strings. Is that side-effect acceptable?
History
Date User Action Args
2012-10-01 00:57:27roger.serwysetrecipients: + roger.serwy, eric.araujo, Dima.Tisnek, Caio.Romao, Jonathan.Rogers, serhiy.storchaka
2012-10-01 00:57:27roger.serwylinkissue12930 messages
2012-10-01 00:57:27roger.serwycreate