diff options
author | Christian Heimes <christian@python.org> | 2018-01-26 22:28:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-26 22:28:46 (GMT) |
commit | 29a7df78277447cf6b898dfa0b1b42f8da7abc0c (patch) | |
tree | 7193535229875c17d45e05f3a0b1b9a95200165b /Misc | |
parent | 226e50049da43097d89e9e99f9c55f212d1f7bd5 (diff) | |
download | cpython-29a7df78277447cf6b898dfa0b1b42f8da7abc0c.zip cpython-29a7df78277447cf6b898dfa0b1b42f8da7abc0c.tar.gz cpython-29a7df78277447cf6b898dfa0b1b42f8da7abc0c.tar.bz2 |
bpo-32521: nis libnsl (#5190)
The nismodule is now compatible with new libnsl and headers location
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-01-15-12-53-13.bpo-32521.IxX4Ba.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-01-15-12-53-13.bpo-32521.IxX4Ba.rst b/Misc/NEWS.d/next/Library/2018-01-15-12-53-13.bpo-32521.IxX4Ba.rst new file mode 100644 index 0000000..ee70466 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-01-15-12-53-13.bpo-32521.IxX4Ba.rst @@ -0,0 +1 @@ +The nis module is now compatible with new libnsl and headers location. |