diff options
| author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-08-16 12:20:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-16 12:20:44 +0200 |
| commit | 8360d1d01cf0e0064238c539d2fb4e47a29c65f2 (patch) | |
| tree | 2a76c84ec4c8a7fa17e94330105fd791f5d8d051 /NEWS | |
| parent | 6320847472657fc2b4f98dd5bfeb4c826ed68a06 (diff) | |
| parent | c5f8b887bef5c11908913168ad566aa1bc07166e (diff) | |
| download | python-systemd-8360d1d01cf0e0064238c539d2fb4e47a29c65f2.tar.gz | |
Merge pull request #117 from keszybz/python2-compat
Compat with python2
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |
