Re: [IronPython] Exception Model for modules implemented in C#

2011-01-11 Thread Slide
On Tue, Jan 11, 2011 at 10:47 AM, Dino Viehland wrote: > There’s this: > http://www.mail-archive.com/users@lists.ironpython.com/msg10503.html > > > > That originally came from the .rst files used to generate docs > (External.LCA_RESTRICTED\Languages\IronPython\27\Doc\IronPythonDocs) but I > can’

Re: [IronPython] Exception Model for modules implemented in C#

2011-01-11 Thread Slide
On Tue, Jan 11, 2011 at 8:54 AM, Jeff Hardy wrote: > On Tue, Jan 11, 2011 at 7:14 AM, Slide wrote: > > Is there a document that describes how to implement a Python exception in > a > > C# module? In looking through the code, the exception stuff is seemingly > in > > about 20 different places and

Re: [IronPython] Exception Model for modules implemented in C#

2011-01-11 Thread Dino Viehland
w that happened. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Slide Sent: Tuesday, January 11, 2011 8:05 AM To: Discussion of IronPython Subject: Re: [IronPython] Exception Model for modules implemented in C# Thanks, I think that will help out a

Re: [IronPython] Exception Model for modules implemented in C#

2011-01-11 Thread Slide
Thanks, I think that will help out a lot! slide On Tue, Jan 11, 2011 at 8:54 AM, Jeff Hardy wrote: > On Tue, Jan 11, 2011 at 7:14 AM, Slide wrote: > > Is there a document that describes how to implement a Python exception in > a > > C# module? In looking through the code, the exception stuff i

Re: [IronPython] Exception Model for modules implemented in C#

2011-01-11 Thread Jeff Hardy
On Tue, Jan 11, 2011 at 7:14 AM, Slide wrote: > Is there a document that describes how to implement a Python exception in a > C# module? In looking through the code, the exception stuff is seemingly in > about 20 different places and bringing it all together is not easy, at least > to the casual o

[IronPython] Exception Model for modules implemented in C#

2011-01-11 Thread Slide
Is there a document that describes how to implement a Python exception in a C# module? In looking through the code, the exception stuff is seemingly in about 20 different places and bringing it all together is not easy, at least to the casual observer :-) Thanks, slide -- slide-o-blog http://sl