• 
      

    Perform unicode migration for reviewboard/reviews

    Review Request #4966 — Created Nov. 16, 2013 and submitted

    Information

    Review Board
    master

    Reviewers

    Perform unicode migration for reviewboard/reviews

    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 use six.text_type for python 2/3
    compatibility, and changes some file opens to use 'with'.

    Ran unit tests.

    Description From Last Updated

    Not totally sure why we had this line, but can we just append summary now?

    chipx86chipx86
    david
    chipx86
    1. 
        
    2. reviewboard/reviews/datagrids.py (Diff revision 1)
       
       
      Show all issues

      Not totally sure why we had this line, but can we just append summary now?

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