- Change Summary:
-
AAAAAGH. I think I'm tired.
- Summary:
-
Perform unicode migration for reviewboard/sshPerform unicode migration for reviewboard/testing
- Description:
-
~ Perform unicode migration for reviewboard/ssh
~ Perform unicode migration for reviewboard/testing
This change represents an audit of all of our string literals to make sure that
bytestrings are annotated with a leading 'b', and then adds " from __future__ import unicode_literals
" to the beginning of every non-emptyfile. This also includes some changes to to use six.text_type
for python 2/3compatibility.
Perform unicode migration for reviewboard/testing
Review Request #4974 — Created Nov. 15, 2013 and submitted
Perform unicode migration for reviewboard/testing
This change represents an audit of all of our string literals to make sure that
bytestrings are annotated with a leading 'b', and then adds
"from __future__ import unicode_literals
" to the beginning of every non-empty
file. This also includes some changes to to usesix.text_type
for python 2/3
compatibility.
Ran unit tests.