Message152477
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). |
|
| Date |
User |
Action |
Args |
| 2012-02-02 21:25:20 | georg.brandl | set | recipients:
+ georg.brandl, amaury.forgeotdarc, ncoghlan, dontknow, brandjon, ezberch |
| 2012-02-02 21:25:20 | georg.brandl | set | messageid: <[email protected]> |
| 2012-02-02 21:25:20 | georg.brandl | link | issue13857 messages |
| 2012-02-02 21:25:19 | georg.brandl | create | |
|