summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-15 18:10:51 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-19 21:50:42 -0400
commit6531dac67cc2e707e4a2b62f3ae11f7330f7c049 (patch)
treec6ff938a8dbb6884e21189529f0029fa711c5482 /TODO
parent52aeb63cffcdb3701cdc2ca41868208de2347318 (diff)
systemd-python: add _Reader.closed attribute
This should make the file interface of _Reader complete.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index c73e8dc980..715dd9dbc8 100644
--- a/TODO
+++ b/TODO
@@ -586,8 +586,6 @@ Features:
- allow reading of only select fields in systemd.journal._reader.Reader
- export sd_journal_test_cursor in systemd.journal._reader.Reader
- export sd_journal_get_usage in systemd.journal._reader.Reader
- - add systemd.journal._reader._Reader.closed attribute (it can
- be just "return self->j != NULL")
- figure out a simple way to wait for journal events in a way that
works with ^C
- add documentation to systemd.daemon