Hi Jeff, I have created #31908 for this issue. I can take a look at it too, is
there a time frame for 2.7.2? Thanks Danny
> Date: Thu, 8 Dec 2011 09:05:49 -0800
> Subject: Re: [Ironpython-users] IronPython 2.7.1 Missing Prompts with -i
> parameter
> From: [email protected]
> To: fernandez_d...@
On Thu, Dec 8, 2011 at 5:28 AM, Daniel Fernandez
wrote:
> Hi All,
>
> I'm running the latest IronPython 2.7.1 and I'm not seeing the prompts with
> the -i parameter. It works without the -i but not luck trying execute a
> script then continuing to interactive mode.
>
> I notice that in the PythonC
Hi Cheng-B!
This is a known bug & is fixed in Beta (link below). Please uninstall Alpha &
install this version & the problem will go away.
Our apologies!
s
From: [email protected]
[mailto:[email protected]] On Be
Hi All, I'm running the latest IronPython 2.7.1 and I'm not seeing the prompts
with the -i parameter. It works without the -i but not luck trying execute a
script then continuing to interactive mode. I notice that in the
PythonCommandLine the Prompt field has been overridden. It tries to ge
Hi,
It seems that private binding does not allow access to protected members of
public classes.
I'm curious about the rationale - it is possible to access those members even
without private binding just by deriving your own class, so why are they not
enabled by private binding?
And it's not a