Exorcise Python-2.6

This commit is contained in:
Toshio Kuratomi 2018-07-18 11:34:16 -07:00
commit c4951cce0b
6 changed files with 31 additions and 9 deletions

View file

@ -685,8 +685,8 @@ would an IPv4 address or hostname::
.. Note:: The ipaddress library is only included by default in Python 3.x. To
use IPv6 addresses in Python 2.6 and 2.7, make sure to run
``pip install ipaddress`` which installs a backported package.
use IPv6 addresses in Python 2.7, make sure to run ``pip install ipaddress`` which installs
a backported package.
HTTPS Certificate Validation
````````````````````````````