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 georg.brandl
Recipients amaury.forgeotdarc, brandjon, dontknow, ezberch, georg.brandl, ncoghlan
Date 2012-02-02.21:25:19
SpamBayes Score 0.08053718
Marked as misclassified No
Message-id <1328217920.57.0.139160581979.issue13857@psf.upfronthosting.co.za>
In-reply-to
Content
IMO removing trailing newlines is not acceptable. You could use splitlines(keepends=True) to keep final newlines (but then the default function that determines lines to indent needs to ignore these newlines).
History
Date User Action Args
2012-02-02 21:25:20georg.brandlsetrecipients: + georg.brandl, amaury.forgeotdarc, ncoghlan, dontknow, brandjon, ezberch
2012-02-02 21:25:20georg.brandlsetmessageid: <1328217920.57.0.139160581979.issue13857@psf.upfronthosting.co.za>
2012-02-02 21:25:20georg.brandllinkissue13857 messages
2012-02-02 21:25:19georg.brandlcreate