Repository: libcloud Updated Branches: refs/heads/trunk 370964d5b -> afc1aefb2
Fixed Spelling. Signed-off-by: Rick van de Loo <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/65ded9c5 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/65ded9c5 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/65ded9c5 Branch: refs/heads/trunk Commit: 65ded9c5e058d264e1d0412cf0d539b3f082ddd5 Parents: 370964d Author: Jimmy Casey <[email protected]> Authored: Sun Jul 29 21:47:24 2018 +0000 Committer: Rick van de Loo <[email protected]> Committed: Mon Jul 30 12:15:03 2018 +0200 ---------------------------------------------------------------------- docs/other/changes_in_2_0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/65ded9c5/docs/other/changes_in_2_0.rst ---------------------------------------------------------------------- diff --git a/docs/other/changes_in_2_0.rst b/docs/other/changes_in_2_0.rst index 4dc21b5..706db12 100644 --- a/docs/other/changes_in_2_0.rst +++ b/docs/other/changes_in_2_0.rst @@ -7,7 +7,7 @@ Replacement of httplib with `requests` Apache Libcloud supports Python 2.6, 2.7 - 3.3 and beyond. To achieve this a package was written within the Libcloud library to create a generic HTTP client for Python 2 and 3. This package has a custom implementation of a certificate store, searching and TLS preference configuration. One of the first errors to greet new users of Libcloud would be "No CA Certificates were found in CA_CERTS_PATH."... -In 2.0 this implementation has been replaced with the `requests` package, and SSL verification should work against any publically signed HTTPS endpoint by default, without having to provide a CA cert store. +In 2.0 this implementation has been replaced with the `requests` package, and SSL verification should work against any publicly signed HTTPS endpoint by default, without having to provide a CA cert store. Other changes include:
