• 
      

    Fix some Python 3.x issues that have slipped in.

    Review Request #6327 — Created Sept. 15, 2014 and submitted

    Information

    Review Board
    release-2.0.x
    b247702...

    Reviewers

    Since I initially did our 3.x porting, a few things have slipped in (mostly
    merges from the 1.7.x branch, which doesn't have the same requirements).

    Ran 2to3 and saw that the only reported issues are expected (presence of
    __future__ stuff, and code where we use six to update something but 2to3 can't
    tell the difference).

    Description From Last Updated

    These should probably be ported to release-1.7.x. I don't have any clue why StandardError is being raised here.

    chipx86chipx86
    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          reviewboard/attachments/tests.py
          reviewboard/extensions/tests.py
          reviewboard/reviews/managers.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          reviewboard/attachments/tests.py
          reviewboard/extensions/tests.py
          reviewboard/reviews/managers.py
      
      
    2. 
        
    chipx86
    1. 
        
    2. reviewboard/extensions/tests.py (Diff revision 1)
       
       
      Show all issues

      These should probably be ported to release-1.7.x. I don't have any clue why StandardError is being raised here.

      1. This code doesn't exist in 1.7.x

      2. Oh right.. duh..

    3. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-2.0.x (2f01585)