[Python-checkins] python/dist/src/Doc/lib libunicodedata.tex,1.4,1.5

loewis@users.sourceforge.net loewis@users.sourceforge.net
Mon, 25 Nov 2002 01:13:37 -0800


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

Modified Files:
	libunicodedata.tex 
Log Message:
Add unidata_version. Bump generator version number.


Index: libunicodedata.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libunicodedata.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** libunicodedata.tex	23 Nov 2002 22:08:15 -0000	1.4
--- libunicodedata.tex	25 Nov 2002 09:13:35 -0000	1.5
***************
*** 118,119 ****
--- 118,126 ----
  \end{funcdesc}
  
+ In addition, the module exposes the following constant:
+ 
+ \begin{datadesc}{unidata_version}
+ The version of the Unicode database used in this module.
+ 
+ \versionadded{2.3}
+ \end{datadesc}
\ No newline at end of file