[issue17288] cannot jump from a 'return' or 'exception' trace event

2018-03-08 Thread Xavier de Gaye
Xavier de Gaye added the comment: Sorry, for some reason github did not send me the emails of your review and I did not think about checking the PR :-( Thanks for your review, I will work on it shortly. -- ___ Python tracker

[issue33028] tempfile.TemporaryDirectory incorrectly documented

2018-03-08 Thread Richard Neumann
New submission from Richard Neumann : The tempfile.TemporaryDirectory is incorrectly documented at https://docs.python.org/3.6/library/tempfile.html#tempfile.TemporaryDirectory. It is described as a function, though actually being a class (unlinke

[issue33027] handling filename encoding in Content-Disposition by cgi.FieldStorage

2018-03-08 Thread Paweł
Change by Paweł : -- keywords: +patch pull_requests: +5790 stage: -> patch review ___ Python tracker ___

[issue33027] handling filename encoding in Content-Disposition by cgi.FieldStorage

2018-03-08 Thread Paweł
New submission from Paweł : It appears that cgi.FieldStorage does not handle Content-Disposition with filenames with defined encoding. (according to RFC5987) Example: ''' Content-Disposition: form-data; name="file";

[issue32972] unittest.TestCase coroutine support

2018-03-08 Thread Nathaniel Smith
Nathaniel Smith added the comment: Class decorators are also worth considering in cases where you find yourself reaching for a metaclass. -- nosy: +njs ___ Python tracker

[issue17288] cannot jump from a 'return' or 'exception' trace event

2018-03-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Xavier. I had pleasure from reviewing your patch. But please update tests for using the jump_test() decorator. -- ___ Python tracker

[issue33026] Fix jumping out of "with" block

2018-03-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Well, it is not hard to fix this in older versions. -- versions: +Python 2.7, Python 3.6, Python 3.7 ___ Python tracker

<    1   2