commit | e82326c9fd9571858146bdb986ea98be5b47ba77 | [log] [tgz] |
---|---|---|
author | Abraham Martin <amc203@cam.ac.uk> | Wed Feb 04 10:18:10 2015 +0000 |
committer | Abraham Martin <amc203@cam.ac.uk> | Wed Feb 04 10:18:10 2015 +0000 |
tree | 47f4706537fe5d89bcef88757d65457233de7e89 | |
parent | 496f40dca9a47c0f1dfe0cd841256485708c8442 [diff] |
Fix regressions in support for bytes / unicode Fix regressions in support for bytes / unicode in certain APIs #15. Added a check for _text_type, raise a DeprecationWarning and encode the str to utf-8. This should preserve 0.13 API calls. I used the 0.13 test suite with the 0.14 code and made the necessary changes to make 0.13 and 0.14 tests pass.