summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2018-01-12 14:26:32 (GMT)
committerGitHub <noreply@github.com>2018-01-12 14:26:32 (GMT)
commitf3031b8a7ad71d3b6ed05da7f3041d9efbe773cf (patch)
tree3943e145b8e50ef9e44c26d2cb999141c75aab85 /Misc
parentae12f5d4c98f2095c2aadd58981453e955044697 (diff)
downloadcpython-f3031b8a7ad71d3b6ed05da7f3041d9efbe773cf.zip
cpython-f3031b8a7ad71d3b6ed05da7f3041d9efbe773cf.tar.gz
cpython-f3031b8a7ad71d3b6ed05da7f3041d9efbe773cf.tar.bz2
bpo-32521: nis libtirpc (#5137)
glibc has removed Sun RPC. Use replacement libtirpc headers and library in nis module Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-01-08-18-02-33.bpo-32521.Kh-KoN.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-01-08-18-02-33.bpo-32521.Kh-KoN.rst b/Misc/NEWS.d/next/Library/2018-01-08-18-02-33.bpo-32521.Kh-KoN.rst
new file mode 100644
index 0000000..5ca9bcf
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-01-08-18-02-33.bpo-32521.Kh-KoN.rst
@@ -0,0 +1,2 @@
+glibc has removed Sun RPC. Use replacement libtirpc headers and library in
+nis module.