From c5f8b887bef5c11908913168ad566aa1bc07166e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 16 Aug 2022 10:45:30 +0200 Subject: 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. --- NEWS | 8 ++++---- README.md | 9 ++++----- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 17e3b82..74108c5 100644 --- a/NEWS +++ b/NEWS @@ -12,15 +12,15 @@ CHANGES WITH 235: * id128: update for systemd-243 compatibility and other fixes. - * C syntax modernization. A minimum of C99 is assumed. + * C syntax modernization. A minimum of C99 is assumed. - * Fix seek_realtime to work with timezone aware date. + * Fix seek_realtime to work with timezone aware date on Python 3. * journal: add namespace support. - * Memory leak fixes. + * Fixes for memory leaks and documentation. - * Documentation and other fixes. + * Support for Python 2 will be removed after this release. CHANGES WITH 234: diff --git a/README.md b/README.md index 8c5c5bf..0107f50 100644 --- a/README.md +++ b/README.md @@ -160,12 +160,11 @@ Notes ----- * Unlike the native C version of journald's `sd_journal_send()`, - printf-style substitution is not supported. Perform any - substitution using Python's f-strings first (or .format() - capabilities or `%` operator). + printf-style substitution is not supported. Perform any substitution + using Python's f-strings first (or `.format()` or the `%` operator). * A `ValueError` is raised if `sd_journald_sendv()` results in an - error. This might happen if there are no arguments or one of them - is invalid. + error. This might happen if there are no arguments or one of them is + invalid. A handler class for the Python logging framework is also provided: -- cgit v1.2.1