Skip to content

Commit 0c9ee2a

Browse files
committed
Updated pre-req info.
1 parent 5e250bd commit 0c9ee2a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Releases
3131

3232
0.3.1
3333
-----
34-
* extended utils functions to support keyword for passing additional urllib2
34+
* extended utils functions to support keyword for passing additional ``urllib2``
3535
handlers.
3636

3737
0.3.0
3838
-----
39-
* Added ndg.httpsclient.utils.fetch_stream_from_url function and added
40-
parameter for data to post in open_url and fetch_* methods.
39+
* Added ``ndg.httpsclient.utils.fetch_stream_from_url`` function and added
40+
parameter for data to post in ``open_url`` and ``fetch_*`` methods.
4141
* fix to ndg.httpsclient.utils module _should_use_proxy and open_url functions
4242

4343
0.2.0
@@ -51,10 +51,10 @@ Initial release
5151

5252
Prerequisites
5353
=============
54-
This has been developed and tested for Python 2.6 and 2.7 with pyOpenSSL 0.13 and 0.14.
55-
Version 0.4.0 tested with pyOpenSSL 0.15.1 and Python 2.7 and 3.4. Note that proxy support
56-
is only available from Python 2.6.2 onwards. pyasn1 is required for correct SSL
57-
verification with subjectAltNames.
54+
This has been developed and tested for Python 2.6 and 2.7 with pyOpenSSL 0.13
55+
and 0.14. Version 0.4.0 tested with ``pyOpenSSL`` 0.15.1 and Python 2.7 and
56+
3.4. Note that proxy support is only available from Python 2.6.2 onwards.
57+
``pyasn1`` is required for correct SSL verification with ``subjectAltNames``.
5858

5959
Installation
6060
============

0 commit comments

Comments
 (0)