summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na92@gmail.com>2020-06-12 02:26:00 (GMT)
committerGitHub <noreply@github.com>2020-06-12 02:26:00 (GMT)
commitddef3bdc7b254a7e1129a52c17d79cb7c73a88f5 (patch)
tree745e5e5d20cf1674531af9ca36e1e74b91186a91 /Misc
parent756180b4bfa09bb77394a2b3754d331181d4f28c (diff)
downloadcpython-ddef3bdc7b254a7e1129a52c17d79cb7c73a88f5.zip
cpython-ddef3bdc7b254a7e1129a52c17d79cb7c73a88f5.tar.gz
cpython-ddef3bdc7b254a7e1129a52c17d79cb7c73a88f5.tar.bz2
bpo-40950: Port nis module to multiphase initialization (GH-20811)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2020-06-12-00-12-28.bpo-40950.tzMy7m.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-06-12-00-12-28.bpo-40950.tzMy7m.rst b/Misc/NEWS.d/next/Core and Builtins/2020-06-12-00-12-28.bpo-40950.tzMy7m.rst
new file mode 100644
index 0000000..925b579
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-06-12-00-12-28.bpo-40950.tzMy7m.rst
@@ -0,0 +1,2 @@
+Add a state to the :mod:`nis` module (:pep:`3121`) and apply
+the multiphase initialization. Patch by Dong-hee Na.