created log_read.py with functional base class IterativeReader
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 27 Oct 2015 12:43:45 +0000 (13:43 +0100)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 27 Oct 2015 12:43:45 +0000 (13:43 +0100)
commite7d4918020d75a2f2c6fffe8f1733ab70f7e0c2b
tree16fe5628d2e36f390499b7c13a96c27ea88d5fb1
parentad51923997dcc8d85c26d75dd7437f019904bb54
created log_read.py with functional base class IterativeReader

this replaces follow.py because I realized that the approach there (using
select.poll) is not guaranteed to work. log_read uses stat.st_size as its
c++ exemplar does
follow.py
follow_unittest.py [new file with mode: 0644]
log_read.py [new file with mode: 0644]
log_read_unittest.py [new file with mode: 0644]