On Sun, Feb 20, 2011 at 23:39, Vernon Cole <vernondc...@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:"""?
_______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com