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 alexis
Recipients alexis, eric.araujo, kelsey.hightower, tarek
Date 2011-03-01.15:44:57
SpamBayes Score 6.7317965e-06
Marked as misclassified No
Message-id <4D6D1476.4010004@notmyidea.org>
In-reply-to <1298992381.47.0.745381866781.issue11357@psf.upfronthosting.co.za>
Content
Antoine Pitrou on #python-dev made interesting remarks about the validation:

16:19 < __ap__> hmm the way the patch does validation is bogus
16:22 < __ap__> because it opens the URL a first time, validates it,
then opens it a second time with urlopen()
16:22 < __ap__> without verifying the certificate on the second time
16:23 < __ap__> it should do the validation directly with urlopen()
16:23 < __ap__> (which probably requires defining a custom HTTPSHandler)
History
Date User Action Args
2011-03-01 15:44:58alexissetrecipients: + alexis, tarek, eric.araujo, kelsey.hightower
2011-03-01 15:44:58alexislinkissue11357 messages
2011-03-01 15:44:58alexiscreate