This repository was archived by the owner on Jan 4, 2025. It is now read-only.
v0.8.11
Bug fixes
- Utilities from
1.0devversions backported to 0.8 to correct some encoding and param cleaning bugs. - User agent string produced by request methods now shows correct
python-amazon-mwsversion (for debugging purposes when communicating with Amazon support). - 0.8 does not fully support Python 3.6; code that used f-strings replaced with older
.formatversions ObjectDictin 0.8 somehow lost parity with its deprecated version found in 1.0dev. This has been corrected, bringing this "legacy" class in line with the functionality of the class by the same name in 1.0dev.