summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-04-29 06:47:11 (GMT)
committerGitHub <noreply@github.com>2021-04-29 06:47:11 (GMT)
commit5daf70b22e72ea1a88c05975f69120b8c4e4927f (patch)
treee9e661b7d671bb41f9ec9776f7d378288d187cf4 /Misc
parent1e7b858575d0ad782939f86aae4a2fa1c29e9f14 (diff)
downloadcpython-5daf70b22e72ea1a88c05975f69120b8c4e4927f.zip
cpython-5daf70b22e72ea1a88c05975f69120b8c4e4927f.tar.gz
cpython-5daf70b22e72ea1a88c05975f69120b8c4e4927f.tar.bz2
bpo-43908: Make re types immutable (GH-25697)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2021-04-26-21-20-41.bpo-43908.2L51nO.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-04-26-21-20-41.bpo-43908.2L51nO.rst b/Misc/NEWS.d/next/Core and Builtins/2021-04-26-21-20-41.bpo-43908.2L51nO.rst
new file mode 100644
index 0000000..1709351
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2021-04-26-21-20-41.bpo-43908.2L51nO.rst
@@ -0,0 +1,2 @@
+Make :mod:`re` types immutable. Patch by
+Erlend E. Aasland.