Skip to content

adding known issue warning about Python 3.5.0 and 3.5.1 #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 18, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Known Issues
* Single and double quote characters break config file parsing on Windows platforms
`#110 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/110>`_
`#111 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/111>`_
* typing imports fail on Python 3.5.0 and 3.5.1
`#114 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/114>`_
`#115 <https://github.com/awslabs/aws-encryption-sdk-cli/issues/115>`_

Bugfixes
--------
Expand Down
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ Required Prerequisites
* Python 2.7+ or 3.4+
* aws-encryption-sdk >= 1.3.2

.. warning::

Due to a `known issue with Python 3.5 prior to 3.5.2`_, imports will fail on Python 3.5.0
and 3.5.1. We are prioritizing fixing this problem.

Installation
============

Expand Down Expand Up @@ -555,3 +560,4 @@ Execution
.. _setuptools entry point: http://setuptools.readthedocs.io/en/latest/setuptools.html#dynamic-discovery-of-services-and-plugins
.. _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
.. _known issue with config file parsing in Windows: https://github.com/awslabs/aws-encryption-sdk-cli/issues/110
.. _known issue with Python 3.5 prior to 3.5.2: https://github.com/awslabs/aws-encryption-sdk-cli/issues/114