]> granicus.if.org Git - python/commitdiff
[Patch #1005465] Markup tweaks
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 9 Aug 2004 17:36:56 +0000 (17:36 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 9 Aug 2004 17:36:56 +0000 (17:36 +0000)
Doc/lib/libfuncs.tex

index 1d4df6759e52377e7214cd391fb8912fdfa57fcd..6d41e1d0e432e8191dc91fb74d5199f0c95cb011 100644 (file)
@@ -126,7 +126,7 @@ class C:
   Class methods are different than \Cpp{} or Java static methods.
   If you want those, see \function{staticmethod()} in this section.
   \versionadded{2.2}
-  Function decorator syntax added in version 2.4.
+  \versionchanged[Function decorator syntax added]{2.4}
 \end{funcdesc}
 
 \begin{funcdesc}{cmp}{x, y}
@@ -958,6 +958,7 @@ class C:
   For a more advanced concept, see \function{classmethod()} in this
   section.
   \versionadded{2.2}
+  \versionchanged[Function decorator syntax added]{2.4}
 \end{funcdesc}
 
 \begin{funcdesc}{str}{\optional{object}}