On 9/29/2010 7:24 AM, antoine.pitrou wrote:

Modified: python/branches/py3k/Doc/library/urllib.request.rst
==============================================================================
--- python/branches/py3k/Doc/library/urllib.request.rst (original)
+++ python/branches/py3k/Doc/library/urllib.request.rst Wed Sep 29 13:24:21 2010
@@ -11,6 +11,10 @@
  opening URLs (mostly HTTP) in a complex world --- basic and digest
  authentication, redirections, cookies and more.

+.. warning:: When opening HTTPS (or FTPS) URLs, it is not attempted to
+   validate the server certificate.  Use at your own risk!
+
+
  The :mod:`urllib.request` module defines the following functions:

That wording is a little awkward. How about: "When opening HTTPS (or FTPS) URLs, no attempt is made to validate the server certificate. Use at your own risk."
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to