[IronPython] Is there an equiv for -X:Python25 in Silverlight?

Dan Eloff dan.eloff at gmail.com
Tue Jun 24 01:25:15 CEST 2008


I haven't actually tried from __future__ import with_statement, but
I'm guessing it has the same issue that it will only work if
IronPython was started using the -X:Python25 flag. But is there any
way to enable that for silverlight? I took a look at the hosting APIs,
but I could only see a method for getting compiler options, nothing
for setting them.

Thanks,
-Dan



More information about the Ironpython-users mailing list