Also the example at <a href="http://docs.python.org/py3k/whatsnew/3.3.html#pep-409-suppressing-exception-context">http://docs.python.org/py3k/whatsnew/3.3.html#pep-409-suppressing-exception-context</a> reads:<div><br></div>
<div><div>...             raise AttributeError(attr) from None...</div></div><div><br></div><div>Looks like there's an elipsis there that shouldn't be.</div><div><br></div><div>Tim Delaney</div>