[issue3244] multipart/form-data encoding

2016-08-13 Thread lissacoffeyx
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

[issue13691] pydoc help (or help('help')) should show the doc for help

2016-08-13 Thread lissacoffeyx
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

[issue10225] Fix doctest runable examples in python manual

2016-07-12 Thread lissacoffeyx
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