diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-20 19:00:37 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-03-21 22:39:24 -0400 |
commit | 1cdcd71be06a7f51012766d6b2f9e828b715f5e7 (patch) | |
tree | d971a997658137c800706de616e46a241eb81756 /TODO | |
parent | 806bc1cb610b1795d62f59878703361c8b576b12 (diff) |
systemd-python: implement _Reader.test_cursor
Getting the cursor is split out from .get_next() into
.get_cursor(). This mirrors the C API more closely, and
also makes things a bit faster if the cursor is not needed.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -585,7 +585,6 @@ Features: * systemd-python: - allow reading of only select fields in systemd.journal._reader.Reader - - export sd_journal_test_cursor in systemd.journal._reader.Reader - figure out a simple way to wait for journal events in a way that works with ^C - add documentation to systemd.daemon |