mirror of
https://github.com/python/cpython.git
synced 2025-10-18 20:58:48 +00:00
bpo-35603: Add a note on difflib table header interpreted as HTML (GH-11439)
This commit is contained in:
parent
2d7cacacc3
commit
c78dae8d2b
1 changed files with 4 additions and 0 deletions
|
@ -127,6 +127,10 @@ diffs. For comparing directories and files, see also, the :mod:`filecmp` module.
|
||||||
the next difference highlight at the top of the browser without any leading
|
the next difference highlight at the top of the browser without any leading
|
||||||
context).
|
context).
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
*fromdesc* and *todesc* are interpreted as unescaped HTML and should be
|
||||||
|
properly escaped while receiving input from untrusted sources.
|
||||||
|
|
||||||
.. versionchanged:: 3.5
|
.. versionchanged:: 3.5
|
||||||
*charset* keyword-only argument was added. The default charset of
|
*charset* keyword-only argument was added. The default charset of
|
||||||
HTML document changed from ``'ISO-8859-1'`` to ``'utf-8'``.
|
HTML document changed from ``'ISO-8859-1'`` to ``'utf-8'``.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue