Code review comment for lp:~benji/landscape-client/try-unicode

Revision history for this message
Adam Collard (adam-collard) wrote :

Hmm, toggling unicode_literals feels a bit dangerous.

There is some discussion about the pro's and con's at http://python-future.org/unicode_literals.html .

Can we put some words on paper (read: Google doc) as to why we took this approach, what the risks are etc.? Just make the case for unicode_literals as opposed to string-by-string u"" or b""

review: Needs Information

« Back to merge proposal