summaryrefslogtreecommitdiff
path: root/src/python-systemd/docs
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-07 00:26:24 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-03-07 00:45:56 -0500
commit5c1c14b3a021fbf91f31018256b0c241ea1fe3f0 (patch)
treec890310ba9a0b8fcfa2ae6576853d9fe4133cdb0 /src/python-systemd/docs
parentaaf080611894aa70af421380af3bca23ad998a8d (diff)
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.
Diffstat (limited to 'src/python-systemd/docs')
-rw-r--r--src/python-systemd/docs/journal.rst5
1 files changed, 0 insertions, 5 deletions
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
~~~~~~~~~~~~~~~~~~~~