[Python-Dev] What's New in Python 2.6: no string exceptions (original) (raw)

Daniel Stutzbach daniel at stutzbachenterprises.com
Thu Jan 8 04:28:48 CET 2009


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.

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).

Were any other previously-deprecated features removed for 2.6?

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.

-- Daniel Stutzbach, Ph.D. President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20090107/2880ce05/attachment.htm>



More information about the Python-Dev mailing list