Thank you, Ivan. I (obviously) hadn't encountered reference params from the
Ironpython side before.It all makes perfect sense, now.
Don
___
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-use
Don
___
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users
> Hi! I'm having trouble understanding some weird behavior when trying to use
> an object defined in a third-party assembly.
> When I view the assembly in Object Explorer, I see that the CosEvent class
> defines two constructors.
> One parameterless:
>
> public CosEvent()
> Member of Cos.C
RTFM
http://ironpython.net/documentation/dotnet/dotnet.html#ref-and-out-parameters .
-Original Message-
From: Don Arnold
Sent: Wednesday, April 30, 2014 0:39
To: ironpython-users@python.org
Cc:
Subject: [Ironpython-users] issue creating object from third-party assembly
Hi! I'm having
On Tue, Apr 29, 2014 at 6:30 PM, Slide wrote:
> Is this the PLW that is mentioned?
> https://bitbucket.org/vinay.sajip/pylauncher/src
I think it lives in the main CPython tree now:
http://hg.python.org/cpython/file/tip/PC/launcher.c.
- Jeff
___
Ironpyt
Hi! I'm having trouble understanding some weird behavior when trying to use an
object defined in a third-party assembly.
When I view the assembly in Object Explorer, I see that the CosEvent class
defines two constructors.
One parameterless:
public CosEvent()
Member of Cos.Core.EMS.CosEven
Is this the PLW that is mentioned?
https://bitbucket.org/vinay.sajip/pylauncher/src
On Mon, Apr 28, 2014 at 4:17 PM, Jeff Hardy wrote:
> 2.7.5 Beta 2 is a bit behind schedule because there are a bunch of
> things I'd like to see fixed before releasing it. The list is at
> http://bit.ly/1gbwn7O;
Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New comment] Support all encodings CPython does for _codecs.encode and
_codecs.decode
2. [New comment] LookupError:unknown error handler name 'ignore' /
'unicode_internal' / 'idna'
3. [