Re: Q: exception objects

2004-06-22 Thread Dan Sugalski
On Tue, 22 Jun 2004, Leopold Toetsch wrote: > Pie-thon has Exception objects. We'll need such beasts too. So: > 1) How do we "translate" Python classes? Properties only? Or > full ParrotClass objects? I think ParrotClass objects with properties should work fine. Python objects are also refer

Q: exception objects

2004-06-22 Thread Leopold Toetsch
Pie-thon has Exception objects. We'll need such beasts too. So: 1) How do we "translate" Python classes? Properties only? Or full ParrotClass objects? 2) We'll need to classify our exceptions somehow so that we can model an exception class hierarchy. We'll also need to catch specific exceptions