[Python-checkins] r57096 - python/trunk/Doc/library/logging.rst

matthias.klose python-checkins at python.org
Thu Aug 16 14:03:45 CEST 2007


Author: matthias.klose
Date: Thu Aug 16 14:03:44 2007
New Revision: 57096

Modified:
   python/trunk/Doc/library/logging.rst
Log:
- mark the findCaller 2-element tuple/3-element tuple change as new in 2.4


Modified: python/trunk/Doc/library/logging.rst
==============================================================================
--- python/trunk/Doc/library/logging.rst	(original)
+++ python/trunk/Doc/library/logging.rst	Thu Aug 16 14:03:44 2007
@@ -536,7 +536,7 @@
    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..
 


More information about the Python-checkins mailing list