summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2022-10-05 18:42:26 (GMT)
committerGitHub <noreply@github.com>2022-10-05 18:42:26 (GMT)
commit5dc35991356306055ab2d85b886881ffd6577ae1 (patch)
tree93e10065cca0d56046fca3fdb7c7a68926b9000b /Misc/NEWS.d
parent815008a3a54a07c8523f9db35492b1750e104900 (diff)
downloadcpython-5dc35991356306055ab2d85b886881ffd6577ae1.zip
cpython-5dc35991356306055ab2d85b886881ffd6577ae1.tar.gz
cpython-5dc35991356306055ab2d85b886881ffd6577ae1.tar.bz2
gh-97850: Remove all known instances of module_repr() (#97876)
Remove all known instances of module_repr()
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2022-10-04-17-02-18.gh-issue-97850.E3QTRA.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-10-04-17-02-18.gh-issue-97850.E3QTRA.rst b/Misc/NEWS.d/next/Core and Builtins/2022-10-04-17-02-18.gh-issue-97850.E3QTRA.rst
new file mode 100644
index 0000000..f880d96
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2022-10-04-17-02-18.gh-issue-97850.E3QTRA.rst
@@ -0,0 +1 @@
+Long deprecated, ``module_repr()`` should now be completely eradicated.