mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fixed a typo.
This commit is contained in:
parent
42f8548c89
commit
774006232a
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ supports sending logging messages to a remote or local Unix syslog.
|
|||
(See: :issue:`12168`.) In earlier versions, the message sent to the
|
||||
syslog daemons was always terminated with a NUL byte, because early
|
||||
versions of these daemons expected a NUL terminated message - even
|
||||
though it's not in the relevant specification (RF 5424). More recent
|
||||
though it's not in the relevant specification (RFC 5424). More recent
|
||||
versions of these daemons don't expect the NUL byte but strip it off
|
||||
if it's there, and even more recent daemons (which adhere more closely
|
||||
to RFC 5424) pass the NUL byte on as part of the message.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue