[Twisted-Python] Weekly Bug Summary

2017-08-26 Thread trac
Bug summary __ Summary for 2017-08-20 through 2017-08-27 Opened Closed Total Change Enhancements: 8 10 1380 -2 Defects: 5 9899 -4 Tasks: 1 3 9

Re: [Twisted-Python] Python 2.7.5 support

2017-08-26 Thread Glyph
> On Aug 26, 2017, at 9:17 PM, Jason Litzinger wrote: > > Hello, > I've done some preliminary digging into ticket 8037 and added my > findings to the comments. One question that came from that > investigation is whether python 2.7.5 is still officially supported by > Twisted? > > Per [1] I'm a

Re: [Twisted-Python] HTTP/2 and getPeerCertificate

2017-08-26 Thread Glyph
> On Aug 25, 2017, at 2:50 PM, Lance Kurisaki wrote: > > With HTTP/1.1, I used to be able to call > request.transport.getPeerCertificate(). When the client uses HTTP/2, however, > it seems that request.transport is None. How does one access the transport > with HTTP/2? Thank you... >

[Twisted-Python] Python 2.7.5 support

2017-08-26 Thread Jason Litzinger
Hello, I've done some preliminary digging into ticket 8037 and added my findings to the comments. One question that came from that investigation is whether python 2.7.5 is still officially supported by Twisted? Per [1] I'm assuming yes as there appears to be a buildbot job that uses this version