New submission from Antoine Pitrou:

There's a lot of conditional code in _ssl.c, meant to address the 
unavailability of some features in old OpenSSL versions. I think for 3.5 we 
should require at least 0.9.8 (which is already old), and consequently remove 
some of those conditionals.

----------
components: Library (Lib)
keywords: easy
messages: 233280
nosy: pitrou
priority: low
severity: normal
stage: needs patch
status: open
title: Remove some conditional code in _ssl.c
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23143>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to