← Back to team overview

txaws-dev team mailing list archive

[Merge] lp:~jkakar/txaws/unbreak-error-wrapper into lp:txaws

 

Jamu Kakar has proposed merging lp:~jkakar/txaws/unbreak-error-wrapper into lp:txaws.

Requested reviews:
  txAWS Developers (txaws-dev)
Related bugs:
  Bug #760878 in txAWS: "xml.etree.ElementTree.ParseError doesn't exist in Python < 2.7"
  https://bugs.launchpad.net/txaws/+bug/760878

For more details, see:
https://code.launchpad.net/~jkakar/txaws/unbreak-error-wrapper/+merge/57729

This branch introduces the following changes:

- xml.etree.ElementTree.ParseError is conditionally imported with a
  fallback to xml.parsers.expat.ExpatError if it isn't available.
  This unbreaks error_wrapper on <python2.7.

Sorry for the noise.  Apparently cowboys are not as great as ninjas. :/

-- 
https://code.launchpad.net/~jkakar/txaws/unbreak-error-wrapper/+merge/57729
Your team txAWS Developers is requested to review the proposed merge of lp:~jkakar/txaws/unbreak-error-wrapper into lp:txaws.