[Python-checkins] python/dist/src/Doc/lib libfuncs.tex,1.171,1.172

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Mon Aug 9 19:36:59 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14044

Modified Files:
	libfuncs.tex 
Log Message:
[Patch #1005465] Markup tweaks

Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.171
retrieving revision 1.172
diff -C2 -d -r1.171 -r1.172
*** libfuncs.tex	8 Aug 2004 07:17:38 -0000	1.171
--- libfuncs.tex	9 Aug 2004 17:36:56 -0000	1.172
***************
*** 127,131 ****
    If you want those, see \function{staticmethod()} in this section.
    \versionadded{2.2}
!   Function decorator syntax added in version 2.4.
  \end{funcdesc}
  
--- 127,131 ----
    If you want those, see \function{staticmethod()} in this section.
    \versionadded{2.2}
!   \versionchanged[Function decorator syntax added]{2.4}
  \end{funcdesc}
  
***************
*** 959,962 ****
--- 959,963 ----
    section.
    \versionadded{2.2}
+   \versionchanged[Function decorator syntax added]{2.4}
  \end{funcdesc}
  



More information about the Python-checkins mailing list