On 21/3/20 12:20 am, Amber Brown (hawkowl) wrote:
On behalf of Twisted Matrix Laboratories, I am honoured to announce the
release of Twisted 20.3!
As an addendum, as discussed earlier in the year on Twisted's mailing
list, this release is the final one to support Python 2.7. The next
version
HTTPFactory seems to think that `reactor.seconds` is reliably an epoch
time (see
https://github.com/twisted/twisted/blob/trunk/src/twisted/web/http.py#L3110,
etc).
On the other hand. AsyncioSelectorReactor.seconds() returns a monotonic
time:
python3 -c 'from twisted.internet import asyncior
On 24/3/20 6:45 am, Richard van der Hoff wrote:
HTTPFactory seems to think that `reactor.seconds` is reliably an epoch
time (see
https://github.com/twisted/twisted/blob/trunk/src/twisted/web/http.py#L3110,
etc).
On the other hand. AsyncioSelectorReactor.seconds() returns a monotonic
time: