From 5c1c14b3a021fbf91f31018256b0c241ea1fe3f0 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Thu, 7 Mar 2013 00:26:24 -0500 Subject: systemd-python: split .seek() into .seek_head() and .seek_tail() This way python code follows the original interface more closely. Also, .seek(0, journal.SEEK_END) was just to much to type. --- src/python-systemd/docs/journal.rst | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/python-systemd/docs') diff --git a/src/python-systemd/docs/journal.rst b/src/python-systemd/docs/journal.rst index 78b831afff..faa270746d 100644 --- a/src/python-systemd/docs/journal.rst +++ b/src/python-systemd/docs/journal.rst @@ -27,12 +27,7 @@ Accessing the Journal .. autoattribute:: systemd.journal.DEFAULT_CONVERTERS -Whence constants -~~~~~~~~~~~~~~~~ -.. autoattribute:: systemd.journal.SEEK_SET -.. autoattribute:: systemd.journal.SEEK_CUR -.. autoattribute:: systemd.journal.SEEK_END Journal access types ~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3-54-g00ecf