summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2007-08-16 12:03:44 (GMT)
committerMatthias Klose <doko@ubuntu.com>2007-08-16 12:03:44 (GMT)
commitf0e291870bde5c8ae43b8b6371d2adf911f2d31c (patch)
tree09d5997e348b5f209e96618a7671a66eea0b46bd /Doc
parent216ad337bd1ac71d73a59e1a731e4e888fb9aba4 (diff)
downloadcpython-f0e291870bde5c8ae43b8b6371d2adf911f2d31c.zip
cpython-f0e291870bde5c8ae43b8b6371d2adf911f2d31c.tar.gz
cpython-f0e291870bde5c8ae43b8b6371d2adf911f2d31c.tar.bz2
- mark the findCaller 2-element tuple/3-element tuple change as new in 2.4
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 218fb0d..7e8703a 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..