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 jonathaneunice
Recipients jonathaneunice
Date 2017-06-10.04:09:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497067778.08.0.694661889778.issue30620@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-06-10 04:09:38jonathaneunicesetrecipients: + jonathaneunice
2017-06-10 04:09:38jonathaneunicesetmessageid: <1497067778.08.0.694661889778.issue30620@psf.upfronthosting.co.za>
2017-06-10 04:09:37jonathaneunicelinkissue30620 messages
2017-06-10 04:09:37jonathaneunicecreate