summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAN Long <aisk@users.noreply.github.com>2023-04-17 18:30:48 (GMT)
committerGitHub <noreply@github.com>2023-04-17 18:30:48 (GMT)
commitd83faf7f1ba2de95e98e3eeb5ce9009d9cd62192 (patch)
treebecc5da6b2198c35898c9cc49e2b8cd304ddc6c6 /Misc
parenteb5fd31948e2e379635e17545c18c9ef5d06d3e7 (diff)
downloadcpython-d83faf7f1ba2de95e98e3eeb5ce9009d9cd62192.zip
cpython-d83faf7f1ba2de95e98e3eeb5ce9009d9cd62192.tar.gz
cpython-d83faf7f1ba2de95e98e3eeb5ce9009d9cd62192.tar.bz2
gh-103092: Isolate winreg (#103250)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2023-04-08-00-48-40.gh-issue-103092.5EFts0.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-04-08-00-48-40.gh-issue-103092.5EFts0.rst b/Misc/NEWS.d/next/Library/2023-04-08-00-48-40.gh-issue-103092.5EFts0.rst
new file mode 100644
index 0000000..0f2108f
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-04-08-00-48-40.gh-issue-103092.5EFts0.rst
@@ -0,0 +1 @@
+Adapt the :mod:`winreg` extension module to :pep:`687`.