summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>2022-06-26 10:12:01 (GMT)
committerGitHub <noreply@github.com>2022-06-26 10:12:01 (GMT)
commit17ed560fcd0a1442485f9bd48884bbe412f35abc (patch)
treea6d11a5d9ea388f6552e3898aa38b1ea9f98ce8c /Misc/NEWS.d
parent27934bef2dd9878e04707f090ff5c1ede3278aee (diff)
downloadcpython-17ed560fcd0a1442485f9bd48884bbe412f35abc.zip
cpython-17ed560fcd0a1442485f9bd48884bbe412f35abc.tar.gz
cpython-17ed560fcd0a1442485f9bd48884bbe412f35abc.tar.bz2
GH-94254: Make _struct module types immutable (#94269)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2022-06-25-16-27-02.gh-issue-94254.beP16v.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-06-25-16-27-02.gh-issue-94254.beP16v.rst b/Misc/NEWS.d/next/Library/2022-06-25-16-27-02.gh-issue-94254.beP16v.rst
new file mode 100644
index 0000000..81482bc
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-06-25-16-27-02.gh-issue-94254.beP16v.rst
@@ -0,0 +1 @@
+Fixed types of :mod:`struct` module to be immutable. Patch by Kumar Aditya.