From: Jason R. Coombs Date: Sun, 28 Jun 2015 14:23:11 +0000 (-0400) Subject: Issue #20387: Merge patch and test X-Git-Tag: v3.5.0b3~35^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80c29ac1ea1b3968a91d3328fab02084c59ca0e4;p=thirdparty%2FPython%2Fcpython.git Issue #20387: Merge patch and test --- 80c29ac1ea1b3968a91d3328fab02084c59ca0e4 diff --cc Misc/NEWS index 02b129a50835,496a92e194d6..f2539d1f8bd5 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -60,11 -60,9 +60,14 @@@ Core and Builtin Library ------- + - Issue #20387: Restore semantic round-trip correctness in tokenize/untokenize + for tab-indented blocks. + +- Issue #24336: The contextmanager decorator now works with functions with + keyword arguments called "func" and "self". Patch by Martin Panter. + +- Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). + - Issue #5633: Fixed timeit when the statement is a string and the setup is not. - Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.