Skip to content

Commit d22ba2b

Browse files
authored
Merge pull request #116 from mattsb42-aws/dev-115
adding known issue warning about Python 3.5.0 and 3.5.1
2 parents 6451c47 + e657ccd commit d22ba2b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ Known Issues
1111
* Single and double quote characters break config file parsing on Windows platforms
1212
`#110 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/110>`_
1313
`#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>`_
1417

1518
Bugfixes
1619
--------

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ Required Prerequisites
1818
* Python 2.7+ or 3.4+
1919
* aws-encryption-sdk >= 1.3.2
2020

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+
2126
Installation
2227
============
2328

@@ -555,3 +560,4 @@ Execution
555560
.. _setuptools entry point: http://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins
556561
.. _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
557562
.. _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

0 commit comments

Comments
 (0)