twisted / treq

Python requests like API built on top of Twisted's HTTP client.
Other
587 stars 139 forks source link

stop using private _PY3 constant from Twisted, since it's now been deleted #288

Closed glyph closed 4 years ago

glyph commented 4 years ago

We should really get this done before a new release of Twisted goes out.

altendky commented 4 years ago

Like, drop py2 support? Or just reimplement the constants inside treq.

graingert commented 4 years ago

@altendky https://github.com/twisted/treq/blob/master/setup.py#L34

twm commented 4 years ago

Closing via #290. Thanks all!