This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author njs
Recipients barry, christian.heimes, earonesty, madsjensen, methane, njs, r.david.murray
Date 2018-03-27.11:30:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522150225.58.0.467229070634.issue31853@psf.upfronthosting.co.za>
In-reply-to
Content
The only time this should matter semantically is if someone is trying to subclass SSLSocket and use multiple inheritance. This is something that people *really* shouldn't do.

It also potentially makes it harder to backport ssl changes to 2.7.

I'm not really seeing the advantages here...
History
Date User Action Args
2018-03-27 11:30:25njssetrecipients: + njs, barry, christian.heimes, r.david.murray, methane, madsjensen, earonesty
2018-03-27 11:30:25njssetmessageid: <1522150225.58.0.467229070634.issue31853@psf.upfronthosting.co.za>
2018-03-27 11:30:25njslinkissue31853 messages
2018-03-27 11:30:25njscreate