[IronPython] unsubscibe

2005-08-26 Thread lov lalwani
I can be contacted at [EMAIL PROTECTED] [EMAIL PROTECTED] is a second alternative. Send a rakhi to your brother, buy gifts and win attractive prizes. Log on to http://in.promos.yahoo.com/rakhi/index.htm

RE: [IronPython] Environment.Platform? and a bug

2005-08-26 Thread Martin Maly
Keith, As for the System.Environment.Platform ... I asked around and got response that the feature won't be added for the Visual Studio 2005 release. The APIs are already locked down at this point. The bug ... I assume it is in the "-X:TabCompletion" console, correct? I am going to look into it.

RE: [IronPython] Environment.Platform? and a bug

2005-08-26 Thread Keith J. Farmer
While I encountered the bug initially using tab completion, I think I found it also just typing beyond the edge of the console. Environment.Platform: yeah, I asked BradA, and he forwarded on to others. I figure it'll be needed before Orcas comes out, and by then it'll be really annoying. M

RE: [IronPython] Environment.Platform? and a bug

2005-08-26 Thread Martin Maly
Title: RE: [IronPython] Environment.Platform? and a bug Oh, I see. The bug actually does not occur when you wrap the line. It only occurs when you wrap the _last_ line in the screen buffer. Great catch! (my screen buffer is so big that I never hit this problem J Fix will be in 0.9.2   I d

[IronPython] Dynamic compilation

2005-08-26 Thread Morgan Martinet
Hi, Today, I wanted to upgrade my current release of IronPython and I went into my folder containing my scripts. Then I realized that there was a lot of files like: MyModule.py MyModule.exe MyModule__1.exe MyModule__2.exe MyModule__3.exe MyModule__4.exe ... Then I remembered that when I was tryin