[Python-Dev] Deprecating string exceptions (original) (raw)
Barry A. Warsaw barry@zope.com
Sat, 6 Apr 2002 00:09:52 -0500
- Previous message: [Python-Dev] Deprecating string exceptions
- Next message: [Python-Dev] Deprecating string exceptions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"GvR" == Guido van Rossum <guido@python.org> writes:
GvR> Well, it could certainly grow more standard stuff (like a
GvR> traceback pointer) and that would be more useful if there was
GvR> a common base class to inherit it from.
Agreed. Of course you can always play the old NeXTSTEP game of having one base class for backwards compatibility and another for the New Way, but that's probably more complexity than you really want.
-Barry
- Previous message: [Python-Dev] Deprecating string exceptions
- Next message: [Python-Dev] Deprecating string exceptions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]