[IronPython] Arright dangit! Where is the OFFICIAL IronPython source code?

Brian Curtin brian.curtin at gmail.com
Mon Feb 21 19:58:30 CET 2011


On Sun, Feb 20, 2011 at 23:39, Vernon Cole <vernondcole at gmail.com> wrote:

> Thanks! That worked great.
> Now here's my first direct contribution.
> see http://ironpython.codeplex.com/workitem/30218 for a version of
> webbrowser.py which actually works on cli.
> (and therefore "import antigravity" also works.)
> --
> Vernon


I think this would be better suited in the standard library at
svn.python.org, rather than just within IronPython. Thoughts on that? I
haven't followed long enough to know how standard library changes are
usually handled around here, but you'd have to re-apply this change whenever
re-syncing.

As for the change, wouldn't it be cleaner to make a shortcut like """windows
= sys.platform in ["win32", "cli"]""" and then test """if windows:"""?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20110221/e5334f70/attachment.html>


More information about the Ironpython-users mailing list