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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27032>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to