2020-01-08 Todd Valentic
- Add atStart support to ProcessClient wait(). Note that this will cause
the first call to short circuit and might have an impact on code that
handles atStart explicitly.
- NewsPollMixin - make poll loop a generator for use cases where
pollers are part of a ConfigComponent
- NewsPoller - add setLastReadPrefix()
- NewsPollMixin - set last read prefix if called from ConfigComponent
- Support python3 in configure.ac