summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-10-09 16:20:44 (GMT)
committerYury Selivanov <yury@magic.io>2016-10-09 16:20:44 (GMT)
commit917c1c3ee1b4cbe7a7a78ffde053fb5628eee486 (patch)
tree6ef83f2beb72efd8e68ab67a996eb11b54492aa0 /Misc
parent88e8aca78d71fa917a057e8d60b24f4a364d3248 (diff)
parent4145c8380699f7af14ae15179e01652e25f0d102 (diff)
downloadcpython-917c1c3ee1b4cbe7a7a78ffde053fb5628eee486.zip
cpython-917c1c3ee1b4cbe7a7a78ffde053fb5628eee486.tar.gz
cpython-917c1c3ee1b4cbe7a7a78ffde053fb5628eee486.tar.bz2
Merge 3.5 (issue #27972)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6d4f850..cb503c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -219,6 +219,8 @@ Library
- Issue #28399: Remove UNIX socket from FS before binding.
Patch by Коренберг Марк.
+- Issue #27972: Prohibit Tasks to await on themselves.
+
Windows
-------