From: Yury Selivanov Date: Tue, 8 Nov 2016 21:57:40 +0000 (-0500) Subject: Merge 3.6 (typo in NEWS) X-Git-Tag: v3.7.0a1~2032 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ce7c960b4d80b671d991854b53cac5b5a6ded8b;p=python Merge 3.6 (typo in NEWS) --- 2ce7c960b4d80b671d991854b53cac5b5a6ded8b diff --cc Misc/NEWS index cf6ca4d298,fee8579a94..9b3b09bccf --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -109,8 -245,6 +109,8 @@@ Core and Builtin - Issue #26182: Raise DeprecationWarning when async and await keywords are used as variable/attribute/class/function name. - - Issue #26182: Fix ia refleak in code that raises DeprecationWarning. ++- Issue #26182: Fix a refleak in code that raises DeprecationWarning. + Library -------