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