<div dir="ltr"><div>Under no circumstances should the .py extension ever be taken away from <a href="http://legacy.python.org/dev/peps/pep-0397/"><i>Python Launcher for Windows</i></a>. I have not looked at what happens when PLW is run on a computer which does not have a version of CPython installed. If it does the right thing (launch the first program mentioned in py.ini) then perhaps we should consider shipping PLW with the installer, like CPython 3.3 does. <br>
</div> At any rate, we should make sure that py.ini contains a proper description of IronPython, so that shebang processing will work. On my Windows development machine, py.exe launches all my versions of Python. My py.ini looks like this (note: the "jython" line is so long it wraps):<br>
<br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">[commands]<br>ipy="c:\program files (x86)\IronPython 2.7\ipy.exe" <br>ipy64="c:\program files (x86)\IronPython 2.7\ipy64.exe" <br>
jython="C:\Program Files (x86)\Java\jre7\bin\java" -Xmx512m -Xss1152k -Dpython.home="C:\jython2.7b1" -Dpython.executable="C:\jython2.7b1\jython.bat" -classpath "C:\jython2.7b1\jython.jar" org.python.util.jython<br>
kivy="c:\utils\kivy\kivy.bat"<br></blockquote><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Feb 27, 2014 at 11:37 PM, Pawel Jasinski <span dir="ltr"><<a href="mailto:pawel.jasinski@gmail.com" target="_blank">pawel.jasinski@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have cp34837, cp34892, cp34910 fixed. I will make a PR.<br>
<br>
I also have some workarounds where I am not clear if they should get<br>
into release:<br>
<br>
1. cp32331 - better unicode success rate in real application, but<br>
decreased number of unit test passed<br>
2. update to installer to modify PATH and register .py extension. This<br>
could make users of both cpython and ironpython under windows unhappy.<br>
3. importable version of multiprocessing - just to avoid import<br>
errors, this sounds a bit like cp34959<br>
<br>
any comments on last 3 items are welcome.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--pawel<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Thu, Feb 27, 2014 at 10:07 PM, Jeff Hardy <<a href="mailto:jdhardy@gmail.com">jdhardy@gmail.com</a>> wrote:<br>
> I know everyone wants to hear about ItonPython 3, but it's time to<br>
> talk about IronPython 2.7 for a bit. Enough changes have accumulated<br>
> (thanks Pawel!) that it's probably time for another release. I'm<br>
> thinking Beta 1 around March 17, Beta 2 around April 1, and an<br>
> RC/final around April 15. Does anybody have anything they want to get<br>
> in but needs more time than that? The next release will probably be<br>
> around October.<br>
><br>
> There's a bunch of low-hanging fruit in the issue tracker that could<br>
> conceivably make it in. I just created the 2.7.5 release on CodePlex,<br>
> so if you have edit access and you want something in 2.7.5, move it;<br>
> if you don't, leave a comment or an email here and I'll add it to<br>
> 2.7.5.<br>
><br>
> If you have something you want fixed, the best way is to do it<br>
> yourself, and if you need any help, feel free to ask!<br>
><br>
> - Jeff<br>
> _______________________________________________<br>
> Ironpython-users mailing list<br>
> <a href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">https://mail.python.org/mailman/listinfo/ironpython-users</a><br>
_______________________________________________<br>
Ironpython-users mailing list<br>
<a href="mailto:Ironpython-users@python.org">Ironpython-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/ironpython-users" target="_blank">https://mail.python.org/mailman/listinfo/ironpython-users</a><br>
</div></div></blockquote></div><br></div>