[issue33813] Update overdue 'Deprecated ... removed in 3.x' messages

2020-09-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: This is definitely moot as the method was removed in #37328 (rather than in #27032). Thanks for catching this. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> remove deprecated HTMLParser.unescape

[issue33813] Update overdue 'Deprecated ... removed in 3.x' messages

2020-09-17 Thread Irit Katriel
Irit Katriel added the comment: This looks like a duplicate of issue27032 so I think it can be closed now. -- nosy: +iritkatriel ___ Python tracker ___ ___

[issue33813] Update overdue 'Deprecated ... removed in 3.x' messages

2018-09-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See also issue27032. -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mai

[issue33813] Update overdue 'Deprecated ... removed in 3.x' messages

2018-09-20 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +xtreak ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue33813] Update overdue 'Deprecated ... removed in 3.x' messages

2018-06-09 Thread Terry J. Reedy
New submission from Terry J. Reedy : Reported on python-list by Vincent Vande Vivre. """ In Python-3.7.0b5 we can find at the end of html/parser.py: def unescape(self, s): warnings.warn('The unescape method is deprecated and will be removed ' 'in 3.5, use html.u