Re: [IronPython] getframe and __file__

2008-11-17 Thread Dino Viehland
This is definitely possible but it'd be a hack and would have some odd corner cases. In terms of Python the problem here is we could find out the func_code (MethodInfo's in .NET speak) but not the actual function object. We could maintain a mapping which would let us get back to function objec

Re: [IronPython] Please use IPy, not IP.

2008-11-17 Thread Graham Bloice
Neil(木野狐) wrote: > That's actually a good suggestion, Agree. > > On Sat, Nov 15, 2008 at 3:32 AM, Vernon Cole <[EMAIL PROTECTED]> wrote: > >> I am having trouble reading "subject" lines recently... >> IP is Internet Protocol as in TCP/IP. >> To keep simple folks like me from being confused, IPy

Re: [IronPython] Please use IPy, not IP.

2008-11-17 Thread Neil(木野狐)
That's actually a good suggestion, Agree. On Sat, Nov 15, 2008 at 3:32 AM, Vernon Cole <[EMAIL PROTECTED]> wrote: > I am having trouble reading "subject" lines recently... > IP is Internet Protocol as in TCP/IP. > To keep simple folks like me from being confused, IPy would be a better > acronym. >