[IronPython] Line info in PythonSyntaxError

2006-03-31 Thread Szymon Kobalczyk
Title: Software Mind Hi, First big thanks for yet another great release! However, as I see you haven't addressed this small issue I described a while ago. Please confirm you have received my report and if you are going to address it. Now I've manually added these properties to the

Re: [IronPython] IronPython 1.0 Beta 5

2006-03-31 Thread Anthony Tarlano
Dino, Great job on improving the performance IronPython is now faster then CPython running overhead.py After Beta 5: = CPC220# python.net overhead.py LOOP TIME: 0.460693359375 THREAD TIME: 0.590881347656 CPC220# IronPythonConsole overhead.py LOOP TIME: 0.460670471191 THREAD TIME:

Re: [IronPython] Line info in PythonSyntaxError

2006-03-31 Thread Dino Viehland
Title: Software Mind Sorry Szymon, I believe this is my fault.  We did receive your report but somehow it didnt make it into a bug.  Ive got the bug opened now, and well fix this before beta 6.  Again, sorry for the delay on this. Do you want to help develop Dynamic languages on CLR?

Re: [IronPython] [Python.NET] Naming and resolution of generic types (complete!)

2006-03-31 Thread Thane Plummer
My vote is to keep Python pure, i.e. import SomeGeneric_TT or foo = TwoParamGeneric2 are simply un-Pythonic. It is amusing that the .NET framework has incorporated a feature --Generics-- that make it more useful, and indeed more like Python, and the Python community is now trying to emulate a