mirror of
https://github.com/python/cpython.git
synced 2026-05-16 15:30:48 +00:00
- mark the findCaller 2-element tuple/3-element tuple change as new in 2.4
This commit is contained in:
parent
f2944600bd
commit
2da880a21c
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue