• 
      

    Perform unicode migration for reviewboard/*.py

    Review Request #4976 — Created Nov. 15, 2013 and submitted

    Information

    Review Board
    master

    Reviewers

    Perform unicode migration for reviewboard/*.py

    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. I've included some pretty simple cleanups for a couple trivial issues as
    well.

    Ran unit tests.

    Description From Last Updated

    This should stay grouped together.

    chipx86chipx86
    chipx86
    1. 
        
    2. reviewboard/__init__.py (Diff revision 1)
       
       
       
       
      Show all issues

      This should stay grouped together.

    3. 
        
    david
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (b630d16).