[Python-Dev] Exceptions *must*? be old-style classes?
Phillip J. Eby
pje at telecommunity.com
Mon Jan 17 17:35:53 CET 2005
More information about the Python-Dev mailing list
Mon Jan 17 17:35:53 CET 2005
- Previous message: [Python-Dev] Exceptions *must*? be old-style classes?
- Next message: [Python-Dev] Exceptions *must*? be old-style classes?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At 04:06 PM 1/17/05 +0000, Michael Hudson wrote: >a) Is Exception to be new-style? Probably not in 2.5; Martin and others have suggested that this could introduce instability for users' existing exception classes. >b) Somewhat but not entirely independently, would demanding that all > new-style exceptions inherit from Exception be reasonable? Yes. Right now you can't have a new-style exception at all, so it would be quite reasonable to require new ones to inherit from Exception.
- Previous message: [Python-Dev] Exceptions *must*? be old-style classes?
- Next message: [Python-Dev] Exceptions *must*? be old-style classes?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list