From: Neal Norwitz Date: Wed, 16 Apr 2003 13:21:06 +0000 (+0000) Subject: Add version info for name2codepoint and codepoint2name X-Git-Tag: v2.3c1~1168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1475c4921198b92d24a01ad6a389bb9bf296375d;p=thirdparty%2FPython%2Fcpython.git Add version info for name2codepoint and codepoint2name --- diff --git a/Doc/lib/libhtmllib.tex b/Doc/lib/libhtmllib.tex index 3993222eeaae..6ec17bde1621 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} - -