[New-bugs-announce] [issue27032] Remove deprecated html.parser.HTMLParser.unescape()

Serhiy Storchaka report at bugs.python.org
Sun May 15 15:05:46 EDT 2016


New submission from Serhiy Storchaka:

Proposed patch removes the unescape() method in the html.parser.HTMLParser class. This was deprecated since Python 3.4 (issue19688).

----------
components: Library (Lib)
files: html_parser_remove_deprecated.patch
keywords: patch
messages: 265643
nosy: ezio.melotti, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Remove deprecated html.parser.HTMLParser.unescape()
type: enhancement
versions: Python 3.6
Added file: http://bugs.python.org/file42864/html_parser_remove_deprecated.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27032>
_______________________________________


More information about the New-bugs-announce mailing list