summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-20 19:00:37 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-21 22:39:24 -0400
commit1cdcd71be06a7f51012766d6b2f9e828b715f5e7 (patch)
treed971a997658137c800706de616e46a241eb81756 /TODO
parent806bc1cb610b1795d62f59878703361c8b576b12 (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--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 2be45038bb..8c99afcd74 100644
--- a/TODO
+++ b/TODO
@@ -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