[Python-checkins] cpython (3.2): #14416: add missing LOG_SYSLOG facility to syslog docs.

r.david.murray python-checkins at python.org
Thu Mar 29 12:48:22 CEST 2012


http://hg.python.org/cpython/rev/04c19ac9734a
changeset:   75978:04c19ac9734a
branch:      3.2
parent:      75965:37751d1cb4a8
user:        R David Murray <rdmurray at bitdance.com>
date:        Thu Mar 29 06:47:35 2012 -0400
summary:
  #14416: add missing LOG_SYSLOG facility to syslog docs.

files:
  Doc/library/syslog.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/library/syslog.rst b/Doc/library/syslog.rst
--- a/Doc/library/syslog.rst
+++ b/Doc/library/syslog.rst
@@ -78,7 +78,8 @@
 Facilities:
    :const:`LOG_KERN`, :const:`LOG_USER`, :const:`LOG_MAIL`, :const:`LOG_DAEMON`,
    :const:`LOG_AUTH`, :const:`LOG_LPR`, :const:`LOG_NEWS`, :const:`LOG_UUCP`,
-   :const:`LOG_CRON` and :const:`LOG_LOCAL0` to :const:`LOG_LOCAL7`.
+   :const:`LOG_CRON`, :const:`LOG_SYSLOG` and :const:`LOG_LOCAL0` to
+   :const:`LOG_LOCAL7`.
 
 Log options:
    :const:`LOG_PID`, :const:`LOG_CONS`, :const:`LOG_NDELAY`, :const:`LOG_NOWAIT`

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list