summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2008-05-20 06:08:38 (GMT)
committerFred Drake <fdrake@acm.org>2008-05-20 06:08:38 (GMT)
commitd995e1150cab57ed7c885d4b7dd943495022936b (patch)
tree5daaf7592952fd99af8699b93c1d87d0084a9c1d /Misc
parent1f60af87f5657800e333090fb9b204f54163254e (diff)
downloadcpython-d995e1150cab57ed7c885d4b7dd943495022936b.zip
cpython-d995e1150cab57ed7c885d4b7dd943495022936b.tar.gz
cpython-d995e1150cab57ed7c885d4b7dd943495022936b.tar.bz2
revert creation of the html.entities and html.parser modules
(http://bugs.python.org/issue2882)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 039fd7d..55aaa55 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,10 +50,6 @@ Extension Modules
Library
-------
-- Issue #2882: The htmlentitydefs module has been renamed to 'html.entities'
- and HTMLParser has been renamed to 'html.parser'; the old names have been
- deprecated and will be removed in Python 3.0.
-
- Issue #961805: Fix Text.edit_modified() in Tkinter.
- Issue #1793: Function ctypes.util.find_msvcrt() added that returns