New submission from Laurence Rowe :
The documentation at
http://docs.python.org/c-api/exceptions.html#deprecation-of-string-exceptions
states that "String exceptions are still supported in the interpreter to allow
existing code to run unmodified, but this will also change in a future
re
Laurence Rowe added the comment:
This change is causing a problem for boto under 3.5.1 (works on 3.5.0):
TypeError: get() got an unexpected keyword argument 'raw'
> /usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/configparser.py(406)_int