summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2007-08-16 12:00:56 (GMT)
committerMatthias Klose <doko@ubuntu.com>2007-08-16 12:00:56 (GMT)
commit2da880a21cfdbf179edc4fe1cf33b183d0952a0f (patch)
treef75fe88da8cf76bbdbafde94982a2adc22f6f10e /Doc/lib
parentf2944600bd9ec9840e3f285004d14aa4837465b4 (diff)
downloadcpython-2da880a21cfdbf179edc4fe1cf33b183d0952a0f.zip
cpython-2da880a21cfdbf179edc4fe1cf33b183d0952a0f.tar.gz
cpython-2da880a21cfdbf179edc4fe1cf33b183d0952a0f.tar.bz2
- mark the findCaller 2-element tuple/3-element tuple change as new in 2.4
Diffstat (limited to 'Doc/lib')
-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 510a844..a6e4aac 100644
--- a/Doc/lib/liblogging.tex
+++ b/Doc/lib/liblogging.tex
@@ -519,7 +519,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.]{2.5}
+filename and line number were returned as a 2-element tuple.]{2.4}
\end{methoddesc}
\begin{methoddesc}{handle}{record}