lissacoffeyx added the comment:
In principle I think something like this should go in. Since it is a Message
subclass, I'd like it to follow the current Message API whether or not it is
located in the email package. __str__ and as_string have the right default for
line length (no fo
lissacoffeyx added the comment:
I just tested this issue in Python 3.6.0a0 and got this behavior:
help('help') brings
"Help on _Helper in module _sitebuiltins object:"
help(help) brings:
Help on _Helper in module _sitebuiltins object:
help() invokes the help command line
lissacoffeyx added the comment:
I had a thought that it made the template more readable, but the better
solution was to just use real newlines instead of '\n'.
Thanks
http://www.fixithere.net/sky-customer-service/
--
nosy: +lissacoffeyx -andymaier, belopolsky, d