diff options
author | Matthias Klose <doko@ubuntu.com> | 2007-08-16 12:00:18 +0000 |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2007-08-16 12:00:18 +0000 |
commit | be1be4da122dcd149b2f8c8a5768111545d7338b (patch) | |
tree | f0c4d26b85f8793293271406fbe4ae4c4d2a43c4 | |
parent | 2f2f7cc638d5fd2ad680b38eb500d4783fdeac3e (diff) | |
download | cpython-be1be4da122dcd149b2f8c8a5768111545d7338b.tar.gz |
- mark the findCaller 2-element tuple/3-element tuple change as new in 2.4
-rw-r--r-- | Doc/lib/liblogging.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 895a01083f..e00880d412 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -432,7 +432,7 @@ Removes the specified handler \var{hdlr} from this logger. Finds the caller's source filename and line number. Returns the filename, line number and function name as a 3-element tuple. \versionchanged[The function name was added. In earlier versions, the -filename and line number were returned as a 2-element tuple.] +filename and line number were returned as a 2-element tuple.]{2.4} \end{methoddesc} \begin{methoddesc}{handle}{record} |