Recently we've had several situations where our project's Python 3.2 support
blocks us from using libraries we'd like to consume (idna, characteristic,
etc). Donald opened an issue (https://github.com/pyca/cryptography/issues/1809)
with some evidence that we're performing significant contortions
FWIW I'm fully in support of this as it doesn't seem like we'll be dropping
support for any major platforms and 3.2 use is basically nil at this point.
On Tue, 14 Apr 2015 at 10:23 pm Paul Kehrer wrote:
> Recently we've had several situations where our project's Python 3.2
> support blocks us fro
I for one support any and all efforts that reduce the number of supported
Python 3.x versions ;-)
On Tue, Apr 14, 2015 at 10:27 AM, Terry Chia wrote:
> FWIW I'm fully in support of this as it doesn't seem like we'll be
> dropping support for any major platforms and 3.2 use is basically nil at
>
Have we confirmed that all important downstreams (pyOpenSSL, Twisted,
eventually Fabric/Paramiko, urllib3/requests) have dropped 3.2?
Alex
On Tue, Apr 14, 2015 at 10:49 AM, Laurens Van Houtven <[email protected]> wrote:
> I for one support any and all efforts that reduce the number of supported
> Pyth
Greetings fellow Pythoneers,
I'm happy to announce that pyOpenSSL 0.15 is now available.
pyOpenSSL is a set of Python bindings for OpenSSL. It includes some
low-level cryptography APIs but is primarily focused on providing an API
for using the TLS protocol from Python.
Check out the PyPI pa
Hello again,
since releasing software is so much fun, 0.15.1 is out on PyPI too.
It fixes a small regression that shouldn’t affect you in practice but
breaks the Twisted test suite.
See https://github.com/pyca/pyopenssl/pull/225 for details.
Brown baggily yours,
—h
On 14 Apr 2015, at 12:54,
Is there a way to answer this question as a query against PyPI metadata? It
seems like the information ought to be there, in some form...
-g
> On Apr 14, 2015, at 11:22, Alex Gaynor wrote:
>
> Have we confirmed that all important downstreams (pyOpenSSL, Twisted,
> eventually Fabric/Paramiko,