<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>> From: kevin.mitchell@rackspace.com<br>> <br>> Actually, there should no longer be a need to use contextlib.nested.<br>> We've explicitly dropped Python 2.6 compatibility, which means we're<br>> expecting compatibility with Python 2.7+ only, and as of Python 2.7, the<br>> 'with' statement supports accepting multiple 'as' clauses. The<br>> contextlib.nested tool was really only necessary to work around that<br>> functionality being missing in Python 2.6, and has been deprecated as of<br>> Python 2.7 because it's no longer necessary.<br><br></div><div>'with' statement has multiple form, but it does not allow line breaks inside. It leads to ugly formatting.</div><div>See <a href="https://github.com/stackforge/ec2-api/commit/f5b320edbbc8ab554dae496dcae78be6fdd25fe7#diff-bfcbc316f2eb6b39de99a921a5753aadL631" target="_blank" style="font-size: 12pt;">https://github.com/stackforge/ec2-api/commit/f5b320edbbc8ab554dae496dcae78be6fdd25fe7#diff-bfcbc316f2eb6b39de99a921a5753aadL631</a></div><div><br></div> </div></body>
</html>