• 
      

    Get rid of any Exception.message Python 2-isms.

    Review Request #15049 — Created May 13, 2026 and submitted

    Information

    Review Board
    release-8.x

    Reviewers

    There were a few places in the codebase that were still accessing
    Exception.message, an attribute that doesn't exist anymore in Python
    3. This gets rid of them.

    Also fixed a spot where we were doing e.read() on a non-HTTPError.

    Ran unit tests.

    Summary ID
    Get rid of any Exception.message Python 2-isms.
    There were a few places in the codebase that were still accessing `Exception.message`, an attribute that doesn't exist anymore in Python 3. This gets rid of them.
    7922016165e6a15d357818361b6f7503d32a5155
    david
    1. Ship It!
    2. 
        
    maubin
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-8.x (2d70fec)