After reading "What's New in Python 2.6" and then upgrading, I quickly noticed an omission: string exceptions are no longer supported and raise a TypeError. <br><br>It seems like this should be mentioned in the "Porting to Python 2.6" section at minimum, or perhaps more prominently since this change will break code in many small projects (e.g., code from Python 2.5'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'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>