]> granicus.if.org Git - python/commitdiff
- mark the findCaller 2-element tuple/3-element tuple change as new in 2.4
authorMatthias Klose <doko@ubuntu.com>
Thu, 16 Aug 2007 12:00:56 +0000 (12:00 +0000)
committerMatthias Klose <doko@ubuntu.com>
Thu, 16 Aug 2007 12:00:56 +0000 (12:00 +0000)
Doc/lib/liblogging.tex

index 510a844c94a3c93cefa59e384d40fbb69370f476..a6e4aaca0b10d95f5cf85f57c967eef1efa2ffe5 100644 (file)
@@ -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}