• Jeremy Hylton's avatar
    Simplify error logging code. · 426ba922
    Jeremy Hylton authored
    Don't catch a specific set of errors, catch anything, log the message
    that failed, and re-raise the exception.
    
    Eliminate unused class variable VERSION and unused import of struct.
    426ba922
marshal.py 2.21 KB