Skip to content
Snippets Groups Projects
  • W. Trevor King's avatar
    893598d2
    irkerd: Convert to Python 3's "except x as y" syntax · 893598d2
    W. Trevor King authored
    Support for this was added in Python 2.6 and 3.0.  We can't have
    Python 3 compatibility without removing the old "except x, y" syntax,
    and I think 3.x support is more imporant than 2.5 support.  In any
    case, the existing irkerd has been using the new syntax since 3cc87513
    (Truncate messages that are longer than 512 bytes and catch any
    exceptions irclib throws about rejected messages, 2013-01-21), so this
    commit is not a *new* break with 2.5 support.
    893598d2
    History
    irkerd: Convert to Python 3's "except x as y" syntax
    W. Trevor King authored
    Support for this was added in Python 2.6 and 3.0.  We can't have
    Python 3 compatibility without removing the old "except x, y" syntax,
    and I think 3.x support is more imporant than 2.5 support.  In any
    case, the existing irkerd has been using the new syntax since 3cc87513
    (Truncate messages that are longer than 512 bytes and catch any
    exceptions irclib throws about rejected messages, 2013-01-21), so this
    commit is not a *new* break with 2.5 support.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.