mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Add version info for name2codepoint and codepoint2name
This commit is contained in:
parent
be5d707926
commit
1475c49211
1 changed files with 2 additions and 2 deletions
|
@ -162,10 +162,10 @@ character set (ISO-8859-1).
|
|||
|
||||
\begin{datadesc}{name2codepoint}
|
||||
A dictionary that maps HTML entity names to the Unicode codepoints.
|
||||
\versionadded{2.3}
|
||||
\end{datadesc}
|
||||
|
||||
\begin{datadesc}{codepoint2name}
|
||||
A dictionary that maps Unicode codepoints to HTML entity names.
|
||||
\versionadded{2.3}
|
||||
\end{datadesc}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue