-Original Message-
Here's a simple scenario I can think of where instances might have
callable
attributes that don't need (or want) self automatically put in as the
first
argument:
--Reply--
But see, wouldn't it be nice, in your example, to do this:
import sys
class Logger(object) :
For those with interest, I've referenced IronPython fairly extensively in a
recent post to my blog @ http://dev.aol.com/ which attempts to make sense of
the difference between static and dynamic languages, the importance of both,
and why embracing sometimes first requires one to let go,
http://de
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of drew moore
Sent: Sunday, February 18, 2007 8:25 AM
To: Discussion of IronPython
Subject: Re: [IronPython] Method invocation when assigned to instancediffers
from default assignment?
Wow! you're not the typica
Yes, it would be much better if I could disable the built-in
AssemblyResolve hook. From my perspective it would be better if the
script could do it dynamically at runtime. Say,
clr.EnableAssemblyResolveHook = False
or
clr.AssemblyResolveMode = AssemblyResolveMode.LoadFromPath / Custom /
etc... i
Excellent, thank you. =)
Jeff.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland
Sent: Monday, February 19, 2007 3:43 PM
To: Discussion of IronPython
Subject: Re: [IronPython] popen should not open new windows.
Thanks for the bug report! I
Thanks for the answers,
but the solving writing interface classes in c# vb.net and so on, is to
much complex for me at the moment because i can only python. Maybe when
my module is complete finished and some .net-coders would like to use
it, i will try that.
> In addition to the memory efficien
Unfortunately, the table _is_ static :(
M.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo
Sent: Tuesday, February 20, 2007 4:02 AM
To: Discussion of IronPython
Subject: Re: [IronPython] Better source code access?
2007/2/14, Martin Maly <[E
On Tue, Feb 20, 2007 at 08:54:56PM +0900, Sanghyeon Seo wrote:
> This can be used to track the latest changes from Microsoft team, by
> those who don't have direct access to the source code repository. I
> have used this script since June 2006 to track IronPython and
> Phalanger.
Aiee, I wish I ha
2007/2/14, Martin Maly <[EMAIL PROTECTED]>:
We did talk to the CodePlex team and it turns out that they
consciously impose this limitation. Only the members of the
Contributor/Developer group have access to the server via the Team
Explorer. Since we talked to them last, we haven't heard any update
I did a minimal fix to my CodePlex downloader, in order to cope with
changed Source Code tab layout and new CodePlex URL scheme.
https://fepy.svn.sourceforge.net/svnroot/fepy/trunk/util/codeplex.py
Usage:
mkdir ProjectName
# download the latest source code to the created directory (this is
the f
10 matches
Mail list logo