diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-04-16 13:21:06 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-04-16 13:21:06 (GMT) |
commit | 1475c4921198b92d24a01ad6a389bb9bf296375d (patch) | |
tree | 99c84a4a8427b1feb831eb6a6b1e2f7fca4797f6 /Doc | |
parent | be5d707926761c3769700552a8cdfe44c3ca200c (diff) | |
download | cpython-1475c4921198b92d24a01ad6a389bb9bf296375d.zip cpython-1475c4921198b92d24a01ad6a389bb9bf296375d.tar.gz cpython-1475c4921198b92d24a01ad6a389bb9bf296375d.tar.bz2 |
Add version info for name2codepoint and codepoint2name
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libhtmllib.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libhtmllib.tex b/Doc/lib/libhtmllib.tex index 3993222..6ec17bd 100644 --- a/Doc/lib/libhtmllib.tex +++ b/Doc/lib/libhtmllib.tex @@ -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} - - |