Fix a couple of versionadded/versionchanged related markup errors.

This commit is contained in:
Georg Brandl 2012-06-24 22:48:30 +02:00
parent f551001322
commit 61063cca6a
16 changed files with 39 additions and 32 deletions

View file

@ -33,7 +33,8 @@ parsing text files formatted in HTML (HyperText Mark-up Language) and XHTML.
This parser does not check that end tags match start tags or call the end-tag
handler for elements which are closed implicitly by closing an outer element.
.. versionchanged:: 3.2 *strict* keyword added
.. versionchanged:: 3.2
*strict* keyword added.
.. deprecated-removed:: 3.3 3.5
The *strict* argument and the strict mode have been deprecated.