summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2007-08-16 12:00:18 +0000
committerMatthias Klose <doko@ubuntu.com>2007-08-16 12:00:18 +0000
commitbe1be4da122dcd149b2f8c8a5768111545d7338b (patch)
treef0c4d26b85f8793293271406fbe4ae4c4d2a43c4
parent2f2f7cc638d5fd2ad680b38eb500d4783fdeac3e (diff)
downloadcpython-be1be4da122dcd149b2f8c8a5768111545d7338b.tar.gz
- mark the findCaller 2-element tuple/3-element tuple change as new in 2.4
-rw-r--r--Doc/lib/liblogging.tex2
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}