Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Unicode strings throughout. #12

Closed
tomchristie opened this issue Mar 20, 2015 · 1 comment
Closed

Unicode strings throughout. #12

tomchristie opened this issue Mar 20, 2015 · 1 comment

Comments

@tomchristie
Copy link
Contributor

Use from __future__ import unicode_strings everywhere.
Check __repr__ returns correct type under both python 2 and 3.

@tomchristie
Copy link
Contributor Author

Note that we don't use this in the tests as it makes testing repr and str representations almost impossible to do in a py2<->py3 way (as we have strings with ...u'something'... that we're comparing against.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant