On Mon, Feb 11, 2013 at 8:58 PM, Chris Withers <ch...@simplistix.co.uk> wrote:
> Have any other exceptions grown new attributes in Python 3?

Off the top of my head, ImportError grew "name" and "path" attributes
in 3.3, everything grew __cause__, __context__ and __traceback__
attributes in 3.0 and the __suppress_context__ attribute in 3.3.

PEP 3151 may have moved a few attributes around in 3.3 as well.

If there are any others, you'll need to trawl the What's New documents
looking for them.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to