[Python-checkins] r57094 - python/branches/release24-maint/Doc/lib/liblogging.tex
matthias.klose
python-checkins at python.org
Thu Aug 16 14:00:18 CEST 2007
Author: matthias.klose
Date: Thu Aug 16 14:00:18 2007
New Revision: 57094
Modified:
python/branches/release24-maint/Doc/lib/liblogging.tex
Log:
- mark the findCaller 2-element tuple/3-element tuple change as new in 2.4
Modified: python/branches/release24-maint/Doc/lib/liblogging.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/liblogging.tex (original)
+++ python/branches/release24-maint/Doc/lib/liblogging.tex Thu Aug 16 14:00:18 2007
@@ -432,7 +432,7 @@
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}
More information about the Python-checkins
mailing list