]> 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:03:44 +0000 (12:03 +0000)
committerMatthias Klose <doko@ubuntu.com>
Thu, 16 Aug 2007 12:03:44 +0000 (12:03 +0000)
Doc/library/logging.rst

index 218fb0d8e7b436e89324216f073a973bf2b16775..7e8703ab474020144565935a12b6b40510eb8ad2 100644 (file)
@@ -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..