<div dir="ltr"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>
I try the example in exception chapter and it doasn&#39;t work<br>
<br>
Here what i get:<br>
<tt><b>&gt;&gt;&gt; try:</b></tt><br>
<tt><b>...     raise MyError(2*2)</b></tt><br>
<tt><b>... except MyError as e:</b></tt><br>
<tt><b>&lt;stdin&gt;:3: Warning: &#39;as&#39; will become a reserved keyword in Python 2.6</b></tt><br>
<tt><b>  File &quot;&lt;stdin&gt;&quot;, line 3</b></tt><br>
<tt><b>    except MyError as e:</b></tt><br>
<tt><b>                    ^</b></tt><br></div></blockquote></div><br>What version of Python are you running?<br>
<br>Eli<br></div>