[Python-checkins] python/dist/src/Doc/lib libhtmllib.tex,1.24,1.25

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Wed, 16 Apr 2003 06:21:09 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv4772/lib

Modified Files:
	libhtmllib.tex 
Log Message:
Add version info for name2codepoint and codepoint2name

Index: libhtmllib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libhtmllib.tex,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** libhtmllib.tex	16 Apr 2003 09:46:13 -0000	1.24
--- libhtmllib.tex	16 Apr 2003 13:21:06 -0000	1.25
***************
*** 163,171 ****
  \begin{datadesc}{name2codepoint}
    A dictionary that maps HTML entity names to the Unicode codepoints.
  \end{datadesc}
  
  \begin{datadesc}{codepoint2name}
    A dictionary that maps Unicode codepoints to HTML entity names.
  \end{datadesc}
- 
- 
--- 163,171 ----
  \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}