From: Matthias Klose Date: Thu, 16 Aug 2007 12:03:44 +0000 (+0000) Subject: - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 X-Git-Tag: v2.6a1~1494 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0e291870bde5c8ae43b8b6371d2adf911f2d31c;p=thirdparty%2FPython%2Fcpython.git - mark the findCaller 2-element tuple/3-element tuple change as new in 2.4 --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 218fb0d8e7b4..7e8703ab4740 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -536,7 +536,7 @@ instantiated directly, but always through the module-level function Finds the caller's source filename and line number. Returns the filename, line number and function name as a 3-element tuple. - .. versionchanged:: 2.5 + .. versionchanged:: 2.4 The function name was added. In earlier versions, the filename and line number were returned as a 2-element tuple..