After reading &quot;What&#39;s New in Python 2.6&quot; and then upgrading, I quickly noticed an omission: string exceptions are no longer supported and raise a TypeError.&nbsp; <br><br>It seems like this should be mentioned in the &quot;Porting to Python 2.6&quot; section at minimum, or perhaps more prominently since this change will break code in many small projects (e.g., code from Python 2.5&#39;s tutorial).<br>
<br>Were any other previously-deprecated features removed for 2.6?<br><br>Also, it might be nice if whatever tool tests the code in the tutorial would treat Deprecation warnings as hard errors, so new users don&#39;t learn features slated for possible removal.<br>
<blockquote style="margin: 1.5em 0pt;">--<br>
Daniel Stutzbach, Ph.D.<br>
President, <a href="http://stutzbachenterprises.com">Stutzbach Enterprises, LLC</a>
</blockquote>