Skip to content

Commit c5f8b88

Browse files
committed
NEWS: say that we'll drop support for python2 soon
I think it's nicer to make one last release with the remaining code for python2 in place.
1 parent cc03ed6 commit c5f8b88

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2525
CHANGES WITH 234:
2626

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

170169
A handler class for the Python logging framework is also provided:
171170

0 commit comments

Comments
 (0)