File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,15 @@ The module defines the following functions:
31
31
value given in the :func: `openlog ` call is used.
32
32
33
33
If :func: `openlog ` has not been called prior to the call to :func: `syslog `,
34
- `` openlog() ` ` will be called with no arguments.
34
+ :func: ` openlog ` will be called with no arguments.
35
35
36
36
.. audit-event :: syslog.syslog priority,message syslog.syslog
37
37
38
+ .. versionchanged :: 3.2
39
+ In previous versions, :func: `openlog ` would not be called automatically if
40
+ it wasn't called prior to the call to :func: `syslog `, deferring to the syslog
41
+ implementation to call ``openlog() ``.
42
+
38
43
39
44
.. function :: openlog([ident[, logoption[, facility]]])
40
45
@@ -53,8 +58,7 @@ The module defines the following functions:
53
58
54
59
.. versionchanged :: 3.2
55
60
In previous versions, keyword arguments were not allowed, and *ident * was
56
- required. The default for *ident * was dependent on the system libraries,
57
- and often was ``python `` instead of the name of the Python program file.
61
+ required.
58
62
59
63
60
64
.. function :: closelog()
You can’t perform that action at this time.
0 commit comments