summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-02-01 01:42:48 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2017-02-01 01:42:48 (GMT)
commitef158c3ced3fce39e43f54e8d149dc2714e3456e (patch)
tree503c927effe7a16116bdf36bf41c949179ff5c4e /Misc
parent9ac4815240d27a89f0516999a708b048da14c7e5 (diff)
downloadcpython-ef158c3ced3fce39e43f54e8d149dc2714e3456e.zip
cpython-ef158c3ced3fce39e43f54e8d149dc2714e3456e.tar.gz
cpython-ef158c3ced3fce39e43f54e8d149dc2714e3456e.tar.bz2
Issue #29218: Remove unused install_misc command
It has been documented as unused since 6c6844a2fa30 (2000-05-25) Patch by Eric N. Vander Weele.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7d20509..6aed6d3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -223,6 +223,9 @@ Extension Modules
Library
-------
+- Issue #29218: Unused install_misc command is now removed. It has been
+ documented as unused since 2000. Patch by Eric N. Vander Weele.
+
- Issue #29338: The help of a builtin or extension class now includes the
constructor signature if __text_signature__ is provided for the class.