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 brandjon
Recipients amaury.forgeotdarc, brandjon, ncoghlan
Date 2012-01-25.14:26:05
SpamBayes Score 8.466067e-11
Marked as misclassified No
Message-id <1327501565.97.0.23191226018.issue13857@psf.upfronthosting.co.za>
In-reply-to
Content
> If such a function is added, I'd like the option to not indent empty lines: trailing spaces are often not a good idea.

From dedent's documentation, it wasn't immediately clear to me that it ignores blank lines when determining common whitespace. (In fact the comment in the example suggests otherwise.) Perhaps a note could be added to the documentation when this change is made?
History
Date User Action Args
2012-01-25 14:26:06brandjonsetrecipients: + brandjon, amaury.forgeotdarc, ncoghlan
2012-01-25 14:26:05brandjonsetmessageid: <1327501565.97.0.23191226018.issue13857@psf.upfronthosting.co.za>
2012-01-25 14:26:05brandjonlinkissue13857 messages
2012-01-25 14:26:05brandjoncreate