summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDino Viehland <dinoviehland@fb.com>2019-09-10 12:59:43 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-09-10 12:59:43 (GMT)
commitb7f8e52433b656a6a524229fd7a65e4682a43729 (patch)
tree04a3091120d0ee790e4aca4a47c93e4f3fd11fac /Misc
parent12c122ae958a55c9874ed4c7d7805ceb084411d7 (diff)
downloadcpython-b7f8e52433b656a6a524229fd7a65e4682a43729.zip
cpython-b7f8e52433b656a6a524229fd7a65e4682a43729.tar.gz
cpython-b7f8e52433b656a6a524229fd7a65e4682a43729.tar.bz2
bpo-38073: Make pwd module PEP-384 compatible (GH-15790)
Makes the pwd module PEP-384 compatible https://bugs.python.org/issue38073 Automerge-Triggered-By: @tiran
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2019-09-09-15-17-58.bpo-38073.ZoKYOU.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-09-09-15-17-58.bpo-38073.ZoKYOU.rst b/Misc/NEWS.d/next/Core and Builtins/2019-09-09-15-17-58.bpo-38073.ZoKYOU.rst
new file mode 100644
index 0000000..d59630f
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2019-09-09-15-17-58.bpo-38073.ZoKYOU.rst
@@ -0,0 +1 @@
+Make pwd extension module PEP-384 compatible