Re: [Twisted-Python] IReactorTime.seconds: epoch time or no?

2020-03-23 Thread Amber Brown (hawkowl)
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:

[Twisted-Python] IReactorTime.seconds: epoch time or no?

2020-03-23 Thread Richard van der Hoff
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

Re: [Twisted-Python] Twisted 20.3.0 Release Announcement

2020-03-23 Thread Amber Brown (hawkowl)
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