mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Fix a couple of versionadded/versionchanged related markup errors.
This commit is contained in:
parent
f551001322
commit
61063cca6a
16 changed files with 39 additions and 32 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue