diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-08-09 17:36:56 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-08-09 17:36:56 (GMT) |
commit | 24884a5ccce70abd63031b2224e58eb9558b4768 (patch) | |
tree | 3058129a53a06dbe91f43bf5588dbc498a6a248f /Doc/lib | |
parent | e236b38731823aeb87bb6d101062f54a72044954 (diff) | |
download | cpython-24884a5ccce70abd63031b2224e58eb9558b4768.zip cpython-24884a5ccce70abd63031b2224e58eb9558b4768.tar.gz cpython-24884a5ccce70abd63031b2224e58eb9558b4768.tar.bz2 |
[Patch #1005465] Markup tweaks
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libfuncs.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 1d4df67..6d41e1d 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -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}} |