summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-04-18 23:53:12 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-04-18 23:53:12 (GMT)
commit72b8502992d3ee282e46231a953852c6a78fb000 (patch)
tree92fb56fc176e51ee50cc706c3d3ac27738ff2151 /Misc/NEWS
parentf476405503c0ea80541df26cda7a4fa6af263659 (diff)
downloadcpython-72b8502992d3ee282e46231a953852c6a78fb000.zip
cpython-72b8502992d3ee282e46231a953852c6a78fb000.tar.gz
cpython-72b8502992d3ee282e46231a953852c6a78fb000.tar.bz2
#11182: remove the unused and undocumented pydoc.Scanner class. Patch by Martin Morrison.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 098d328..bccc52b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,9 @@ Core and Builtins
Library
-------
+- Issue #11182: remove the unused and undocumented pydoc.Scanner class.
+ Patch by Martin Morrison.
+
- Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser
for non-blocking applications.