[Python-Dev] cpython: #15114: the strict mode of HTMLParser and the HTMLParseError exception are

Antoine Pitrou solipsis at pitrou.net
Sat Jun 23 15:29:55 CEST 2012


On Sat, 23 Jun 2012 15:28:00 +0200
ezio.melotti <python-checkins at python.org> wrote:
>  
> +   .. deprecated-removed:: 3.3 3.5
> +      The *strict* argument and the strict mode have been deprecated.
> +      The parser is now able to accept and parse invalid markup too.
> +

What if people want to accept only valid markup?

Regards

Antoine.




More information about the Python-Dev mailing list