help: remove references to "Python 2.6 or later"
authorGregory Szorc <gregory.szorc@gmail.com>
Sun, 10 Apr 2016 10:58:47 -0700
changeset 28846 18f2fc517098
parent 28845 5a398627db92
child 28847 3e576fe66715
help: remove references to "Python 2.6 or later" We require Python 2.6. So there is no value to these docs.
mercurial/help/config.txt
--- a/mercurial/help/config.txt	Mon Apr 04 02:05:10 2016 -0700
+++ b/mercurial/help/config.txt	Sun Apr 10 10:58:47 2016 -0700
@@ -986,9 +986,6 @@
     hg.intevation.de = fc:e2:8d:d9:51:cd:cb:c1:4d:18:6b:b7:44:8d:49:72:57:e6:cd:33
     hg.intevation.org = fc:e2:8d:d9:51:cd:cb:c1:4d:18:6b:b7:44:8d:49:72:57:e6:cd:33
 
-This feature is only supported when using Python 2.6 or later.
-
-
 ``http_proxy``
 --------------
 
@@ -1849,11 +1846,6 @@
     client, then it will verify the identity of remote HTTPS servers
     with these certificates.
 
-    This feature is only supported when using Python 2.6 or later. If you wish
-    to use it with earlier versions of Python, install the backported
-    version of the ssl library that is available from
-    ``http://pypi.python.org``.
-
     To disable SSL verification temporarily, specify ``--insecure`` from
     command line.