File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ Releases
31
31
32
32
0.3.1
33
33
-----
34
- * extended utils functions to support keyword for passing additional urllib2
34
+ * extended utils functions to support keyword for passing additional `` urllib2 ``
35
35
handlers.
36
36
37
37
0.3.0
38
38
-----
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.
41
41
* fix to ndg.httpsclient.utils module _ should_use_proxy and open_url functions
42
42
43
43
0.2.0
@@ -51,10 +51,10 @@ Initial release
51
51
52
52
Prerequisites
53
53
=============
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 `` .
58
58
59
59
Installation
60
60
============
You can’t perform that action at this time.
0 commit comments