diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-02 17:47:51 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-02 17:47:51 +0000 |
commit | c6225cf72284af6a591bddff0e3786cf2317feac (patch) | |
tree | 66e01acfdb7f06c5e571372dbd8c6ba2837635b0 /Doc/lib/liblogging.tex | |
parent | 9bcc89c7664d61a78fe17dac20a2cb034c8ceb08 (diff) | |
download | cpython-c6225cf72284af6a591bddff0e3786cf2317feac.tar.gz |
Revert the following revisions, as they don't fix security
problems:
52448, 52468, 52472, 52475, 52646, 52797, 52802, 52863, 52999, 53001,
53101, 53371, 53373, 53383, 53384, 53736, 53812, 53921, 55578, 55580,
55581, 55772, 55775, 56557, 57093, 57094, 58630, 60114
Diffstat (limited to 'Doc/lib/liblogging.tex')
-rw-r--r-- | Doc/lib/liblogging.tex | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index e00880d412..414555ad0e 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -429,10 +429,8 @@ Removes the specified handler \var{hdlr} from this logger. \end{methoddesc} \begin{methoddesc}{findCaller}{} -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.4} +Finds the caller's source filename and line number. Returns the filename +and line number as a 2-element tuple. \end{methoddesc} \begin{methoddesc}{handle}{record} @@ -1082,11 +1080,8 @@ Returns a new instance of the \class{SysLogHandler} class intended to communicate with a remote \UNIX{} machine whose address is given by \var{address} in the form of a \code{(\var{host}, \var{port})} tuple. If \var{address} is not specified, \code{('localhost', 514)} is -used. The address is used to open a UDP socket. An alternative to providing -a \code{(\var{host}, \var{port})} tuple is providing an address as a string, -for example "/dev/log". In this case, a Unix domain socket is used to send -the message to the syslog. If \var{facility} is not specified, -\constant{LOG_USER} is used. +used. The address is used to open a UDP socket. If \var{facility} is +not specified, \constant{LOG_USER} is used. \end{classdesc} \begin{methoddesc}{close}{} |