Change to except clauses
I see this week a lot of except Exception, e within the Calibre codebase has been changed to except Exception as e
Is this a cosmetic thing or some sort of required Python version thing? Do I need to make similar changes to my plugins and any of their dependent libs and push new versions out?
|