Message295606
textwrap.dedent contains a bit of code that appears logical at first blush, but in fact can never execute under any input conditions.
Not only are the lines "dead code," they are the only thing (i.e. only non-debugging lines) now standing in the way of textwrap having 100% test coverage.
Here is the proof: https://gist.github.com/jonathaneunice/86f6a721e48c89e272a778530e8f758c
A PR removing the bogus lines is imminent. |
|
Date |
User |
Action |
Args |
2017-06-10 04:09:38 | jonathaneunice | set | recipients:
+ jonathaneunice |
2017-06-10 04:09:38 | jonathaneunice | set | messageid: <1497067778.08.0.694661889778.issue30620@psf.upfronthosting.co.za> |
2017-06-10 04:09:37 | jonathaneunice | link | issue30620 messages |
2017-06-10 04:09:37 | jonathaneunice | create | |
|