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:
1212
1313 * id128: update for systemd-243 compatibility and other fixes.
1414
15- * C syntax modernization. A minimum of C99 is assumed.
15+ * C syntax modernization. A minimum of C99 is assumed.
1616
17- * Fix seek_realtime to work with timezone aware date.
17+ * Fix seek_realtime to work with timezone aware date on Python 3 .
1818
1919 * journal: add namespace support.
2020
21- * Memory leak fixes .
21+ * Fixes for memory leaks and documentation .
2222
23- * Documentation and other fixes .
23+ * Support for Python 2 will be removed after this release .
2424
2525CHANGES WITH 234:
2626
Original file line number Diff line number Diff line change @@ -160,12 +160,11 @@ Notes
160160-----
161161
162162* 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).
166165* 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.
169168
170169A handler class for the Python logging framework is also provided:
171170
You can’t perform that action at this time.
0 commit comments