Re: [IronPython] Improvements to the hosting APIs

2010-02-12 Thread Dino Viehland
Jeff wrote: > On Fri, Feb 12, 2010 at 1:47 PM, Dino Viehland wrote: > > > > Jeff wrote: > >> * A version of PythonOps.MakeException that doesn't take a code > >> context - It's not hard to create one, but every time I do I feel like > >> I'm doing something wrong. > >> * An easy way to wrap a Str

Re: [IronPython] Improvements to the hosting APIs

2010-02-12 Thread Jeff Hardy
On Fri, Feb 12, 2010 at 1:47 PM, Dino Viehland wrote: > > Jeff wrote: >> * A version of PythonOps.MakeException that doesn't take a code >> context - It's not hard to create one, but every time I do I feel like >> I'm doing something wrong. >> * An easy way to wrap a Stream as a PythonFile. > > I'

Re: [IronPython] Improvements to the hosting APIs

2010-02-12 Thread Dino Viehland
Jeff wrote: > Hi all, > Dave F. mentioned on Twitter that he was looking at the hosting APIs, > and the made the mistake of accepting my unsolicited advice. So, here > are a couple of my wishes (both form NWSGI): > > * A version of PythonOps.MakeException that doesn't take a code > context - It's

[IronPython] Improvements to the hosting APIs

2010-02-12 Thread Jeff Hardy
Hi all, Dave F. mentioned on Twitter that he was looking at the hosting APIs, and the made the mistake of accepting my unsolicited advice. So, here are a couple of my wishes (both form NWSGI): * A version of PythonOps.MakeException that doesn't take a code context - It's not hard to create one, bu