summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-11-15 20:27:23 (GMT)
committerYury Selivanov <yury@magic.io>2016-11-15 20:27:23 (GMT)
commit21bb0e6f552c65b1f4128a7468021c0941bc6c18 (patch)
tree13a4a20935621bfb9b31e5238ea42219c74cf9f1 /Misc/NEWS
parent27182bb23229b61edbb40bd321cfdc183065afc4 (diff)
parentd7c151871e4eb445676fbd18bc5cb31406cccdf6 (diff)
downloadcpython-21bb0e6f552c65b1f4128a7468021c0941bc6c18.zip
cpython-21bb0e6f552c65b1f4128a7468021c0941bc6c18.tar.gz
cpython-21bb0e6f552c65b1f4128a7468021c0941bc6c18.tar.bz2
Merge 3.5 (issue #28704)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1449f56..a3db6e4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Library
- Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects.
+- Issue #28704: Fix create_unix_server to support Path-like objects
+ (PEP 519).
+
Documentation
-------------