summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-10-09 12:21:03 -0400
committerYury Selivanov <yury@magic.io>2016-10-09 12:21:03 -0400
commitd4ea2ec38a6d51266425ef5a8947d4fb0772250c (patch)
tree6960e83b91cd015a885ffd954d464d866f642d42 /Misc/NEWS
parentcfa6b72a47466daf144a58a42e5d905d351aab12 (diff)
parent917c1c3ee1b4cbe7a7a78ffde053fb5628eee486 (diff)
downloadcpython-git-d4ea2ec38a6d51266425ef5a8947d4fb0772250c.tar.gz
Merge 3.6 (issue #27972)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f05eaca3db..8c7a848d28 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -228,6 +228,8 @@ Library
- Issue #28399: Remove UNIX socket from FS before binding.
Patch by Коренберг Марк.
+- Issue #27972: Prohibit Tasks to await on themselves.
+
Windows
-------