Re: ABC-registered Exceptions are not caught as subclasses

2011-05-08 Thread andrew cooke
http://bugs.python.org/issue12029 -- http://mail.python.org/mailman/listinfo/python-list

Re: ABC-registered Exceptions are not caught as subclasses

2011-05-07 Thread Chris Rebert
On Sat, May 7, 2011 at 12:03 PM, andrew cooke wrote: > > This isn't hugely surprising, but doesn't seem to be documented.  Is it a > bug, or worth raising as one, or have I misunderstood? > > > Python 3.2 (r32:88445, Feb 27 2011, 13:00:05) > [GCC 4.5.0 20100604 [gcc-4_5-branch revision 160292]] o

ABC-registered Exceptions are not caught as subclasses

2011-05-07 Thread andrew cooke
This isn't hugely surprising, but doesn't seem to be documented. Is it a bug, or worth raising as one, or have I misunderstood? Python 3.2 (r32:88445, Feb 27 2011, 13:00:05) [GCC 4.5.0 20100604 [gcc-4_5-branch revision 160292]] on linux2 Type "help", "copyright", "credits" or "license" for mo