This is a bit of a hack... It's there so that "args" is not accepted as a
keyword argument.
Because \u00F8 is not a valid identifier in Python there is no possibility that
the user can
provide this as a keyword argument. We ran into some bug I believe back in the
IronPython
1.1 time frame wh
On 9/27/2012 8:54 AM, AlexM wrote:
Hi guys,
Did someone has an example how to access a VB.Net class methods from
IronPython?
Thanks!
alex.
___
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpytho
They are there in
https://github.com/IronLanguages/main/blob/562ef478916cbeb820ca04b041c92d2b45dfbbba/Languages/IronPython/IronPython/Runtime/PythonModule.cs
and
https://github.com/IronLanguages/main/blob/8ddaa9646dff663047d40eb06a4f17913db11e58/Languages/IronPython/IronPython/Runtime/PythonModu
Very weird. I have no idea when those would have been introduced, or
why. I expected 00F8 to be a non-breaking space or similar, but no,
it's an ΓΈ. As far as I know, no one from Sweden has ever worked on
IronPython. :)
That isn't the only file containing it, either. I wonder if, for some
reason, t
Should be pretty much the same as using a C# DLL. There are many examples
of that on the web.
slide
On Thu, Sep 27, 2012 at 6:54 AM, AlexM wrote:
> Hi guys,
> Did someone has an example how to access a VB.Net class methods from
> IronPython?
>
> Thanks!
> alex.
>
> _
Hi guys,
Did someone has an example how to access a VB.Net class methods from
IronPython?
Thanks!
alex.
___
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] match cpython behaviour - types.ModuleType()
--
ISSUES
1. [New issue] match cpython behaviour - types.ModuleType()
http://ironpyt
Short update
I have looked at 2.6 in codeplex and the \u00f8 is there, so I think
it is not my editor or my git settings.
http://ironpython.codeplex.com/SourceControl/changeset/view/87420#992096
___
Ironpython-users mailing list
Ironpython-users@python.or
hi,
Jeff pointed out that there is something strange with the code I have submitted.
It is about main/Languages/IronPython/IronPython/Runtime/PythonModule.cs
We have seen quite a few things with args\u00F8
e.g.: public static PythonModule/*!*/ __new__(CodeContext/*!*/
context, PythonType/*!*/ c