File tree 2 files changed +9
-0
lines changed 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ Known Issues
11
11
* Single and double quote characters break config file parsing on Windows platforms
12
12
`#110 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/110 >`_
13
13
`#111 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/111 >`_
14
+ * typing imports fail on Python 3.5.0 and 3.5.1
15
+ `#114 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/114 >`_
16
+ `#115 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/115 >`_
14
17
15
18
Bugfixes
16
19
--------
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ Required Prerequisites
18
18
* Python 2.7+ or 3.4+
19
19
* aws-encryption-sdk >= 1.3.2
20
20
21
+ .. warning ::
22
+
23
+ Due to a `known issue with Python 3.5 prior to 3.5.2 `_, imports will fail on Python 3.5.0
24
+ and 3.5.1. We are prioritizing fixing this problem.
25
+
21
26
Installation
22
27
============
23
28
@@ -555,3 +560,4 @@ Execution
555
560
.. _setuptools entry point: http://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins
556
561
.. _you must not specify a key: https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/crypto-cli-how-to.html#crypto-cli-master-key
557
562
.. _known issue with config file parsing in Windows: https://github.com/awslabs/aws-encryption-sdk-cli/issues/110
563
+ .. _known issue with Python 3.5 prior to 3.5.2: https://github.com/awslabs/aws-encryption-sdk-cli/issues/114
You can’t perform that action at this time.
0 commit comments