[issue23542] Update PEP 476 for using urllib2.build_opener()

2016-08-06 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the patch, but I prefer keeping the section shorter. Also, note that disabling verification globally is discouraged in the PEP. -- nosy: +berker.peksag resolution: -> rejected stage: -> resolved status: open -> closed

[issue23542] Update PEP 476 for using urllib2.build_opener()

2015-03-16 Thread Shakeel Mohamed
Shakeel Mohamed added the comment: Hi, any plans to do this? If not, we can close it. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23542 ___

[issue23542] Update PEP 476 for using urllib2.build_opener()

2015-02-28 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +alex, christian.heimes, dstufft, giampaolo.rodola, janssen, pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23542 ___

[issue23542] Update PEP 476 for using urllib2.build_opener()

2015-02-27 Thread Shakeel Mohamed
New submission from Shakeel Mohamed: In the Opting Out section of PEP 476, there's a workaround for disabling SSL cert verification. I think it would be worth updating the section to include the following workaround when using urllib2.build_opener(), like so: unverified_ssl_handler =