]> granicus.if.org Git - python/commitdiff
Merge 3.6 (typo in NEWS)
authorYury Selivanov <yury@magic.io>
Tue, 8 Nov 2016 21:57:40 +0000 (16:57 -0500)
committerYury Selivanov <yury@magic.io>
Tue, 8 Nov 2016 21:57:40 +0000 (16:57 -0500)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index cf6ca4d29840924cbdb9fd35f973eac6b0c4a4d4,fee8579a94fcfcf45e19bcfc17b3c78ee46d0082..9b3b09bccf97d4dc532b65aad386090564e240cc
+++ 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
  -------