diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2006-02-15 21:47:32 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2006-02-15 21:47:32 (GMT) |
commit | 55aafab04f281e3f09a0e36e501c774df1eb70fb (patch) | |
tree | 0af69ac846f6cff288bbddea1fe57f5cba572494 /Doc/lib | |
parent | a87c4451771edb310eba1f37f7d2908456b41528 (diff) | |
download | cpython-55aafab04f281e3f09a0e36e501c774df1eb70fb.zip cpython-55aafab04f281e3f09a0e36e501c774df1eb70fb.tar.gz cpython-55aafab04f281e3f09a0e36e501c774df1eb70fb.tar.bz2 |
Added some more versionchanged markup.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/liblogging.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 45a59e4..576e2e7 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -229,6 +229,9 @@ in many contexts, and interesting conditions which arise are dependent on this context (such as remote client IP address and authenticated user name, in the above example). In such circumstances, it is likely that specialized \class{Formatter}s would be used with particular \class{Handler}s. + +\versionchanged[\var{extra} was added]{2.5} + \end{funcdesc} \begin{funcdesc}{info}{msg\optional{, *args\optional{, **kwargs}}} @@ -454,6 +457,9 @@ in many contexts, and interesting conditions which arise are dependent on this context (such as remote client IP address and authenticated user name, in the above example). In such circumstances, it is likely that specialized \class{Formatter}s would be used with particular \class{Handler}s. + +\versionchanged[\var{extra} was added]{2.5} + \end{methoddesc} \begin{methoddesc}{info}{msg\optional{, *args\optional{, **kwargs}}} |