summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <pitrou@free.fr>2017-05-02 22:22:28 (GMT)
committerGitHub <noreply@github.com>2017-05-02 22:22:28 (GMT)
commit0d9d61828bbd6cbc289489bf1d439fa91eca3743 (patch)
treeca5c576de6aed5c1014d0ea9a99f1601df91236f /Misc/NEWS
parent360fb81367bb409bb7a1d261d88fcf82cee528f0 (diff)
downloadcpython-0d9d61828bbd6cbc289489bf1d439fa91eca3743.zip
cpython-0d9d61828bbd6cbc289489bf1d439fa91eca3743.tar.gz
cpython-0d9d61828bbd6cbc289489bf1d439fa91eca3743.tar.bz2
Backport bpo-30205 to 3.5 (#1404)
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 4c90aa8..c428d77 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,8 @@ Extension Modules
Library
-------
+- bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux.
+
- bpo-30070: Fixed leaks and crashes in errors handling in the parser module.
- bpo-30061: Fixed crashes in IOBase methods __next__() and readlines() when