Donald Stufft added the comment:

I'd really rather not add this to Python itself. If downstream wants to patch 
their Pythons to do it that is their prerogative. There's some legacy at play 
here of course, however I don't think that Python upstream is the right place 
to deal with that.

One particular problem with this, is it becomes a lot harder to figure out if 
accessing a https URL is going to be secured or not since you have to also 
figure out what additional settings have been put into place. It also feels 
like a really weird setting. You don't see this kind of thing in any other 
languages or tool that I'm aware of except for single purpose tools.

----------

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

Reply via email to