awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.17k stars 772 forks source link

Help doesn't seem to be working anymore on Python 3 #34

Closed donnemartin closed 8 years ago

donnemartin commented 8 years ago

I cloned the latest source to a new directory, installed in a fresh virtualenv.

I'm not seeing the help anymore on Python 3.4.3.

I do see it on Python 2.7.10.

jamesls commented 8 years ago

This should be fixed in #35, which includes various fixes for documentation generation on windows. The issue was that the new doc interface that uses sqlite required str keys, and in py3 we were sending bytes().

jamesls commented 8 years ago

Fixed via #35