File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ CHANGES WITH 235:
12
12
13
13
* id128: update for systemd-243 compatibility and other fixes.
14
14
15
- * C syntax modernization. A minimum of C99 is assumed.
15
+ * C syntax modernization. A minimum of C99 is assumed.
16
16
17
- * Fix seek_realtime to work with timezone aware date.
17
+ * Fix seek_realtime to work with timezone aware date on Python 3 .
18
18
19
19
* journal: add namespace support.
20
20
21
- * Memory leak fixes .
21
+ * Fixes for memory leaks and documentation .
22
22
23
- * Documentation and other fixes .
23
+ * Support for Python 2 will be removed after this release .
24
24
25
25
CHANGES WITH 234:
26
26
Original file line number Diff line number Diff line change @@ -160,12 +160,11 @@ Notes
160
160
-----
161
161
162
162
* Unlike the native C version of journald's ` sd_journal_send() ` ,
163
- printf-style substitution is not supported. Perform any
164
- substitution using Python's f-strings first (or .format()
165
- capabilities or ` % ` operator).
163
+ printf-style substitution is not supported. Perform any substitution
164
+ using Python's f-strings first (or ` .format() ` or the ` % ` operator).
166
165
* A ` ValueError ` is raised if ` sd_journald_sendv() ` results in an
167
- error. This might happen if there are no arguments or one of them
168
- is invalid.
166
+ error. This might happen if there are no arguments or one of them is
167
+ invalid.
169
168
170
169
A handler class for the Python logging framework is also provided:
171
170
You can’t perform that action at this time.
0 commit comments