From 1cdcd71be06a7f51012766d6b2f9e828b715f5e7 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Wed, 20 Mar 2013 19:00:37 -0400 Subject: 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. --- TODO | 1 - 1 file changed, 1 deletion(-) (limited to 'TODO') 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 -- cgit v1.2.3-54-g00ecf