diff options
author | Barry Warsaw <barry@python.org> | 2022-10-05 18:42:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 18:42:26 (GMT) |
commit | 5dc35991356306055ab2d85b886881ffd6577ae1 (patch) | |
tree | 93e10065cca0d56046fca3fdb7c7a68926b9000b /Misc/NEWS.d | |
parent | 815008a3a54a07c8523f9db35492b1750e104900 (diff) | |
download | cpython-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.rst | 1 |
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. |