It seems to me that you have to use __init__/__new__ supplying
CodeContext as necessary. Unlike list and tuple which have public
constructors and PythonOps helpers, there doesn't seem to be any
public api for creating sets. Am I right?
Thanks,
-Dan
___
U
Sidnei da Silva wrote:
May I suggest mirroring the Ironpython source somewhere? I could setup
a project in Launchpad and import it into bzr if anyone is interested
(and if that would be allowed)?
On Sat, Oct 18, 2008 at 9:33 AM, Seo Sanghyeon <[EMAIL PROTECTED]> wrote:
I tried for some time
May I suggest mirroring the Ironpython source somewhere? I could setup
a project in Launchpad and import it into bzr if anyone is interested
(and if that would be allowed)?
On Sat, Oct 18, 2008 at 9:33 AM, Seo Sanghyeon <[EMAIL PROTECTED]> wrote:
> I tried for some time to use https://ironpython.s
Hello,
Has there been any consideration to having the installer put the DLR
and IronPython assemblies in the GAC? It would greatly simplify NWSGI
deployment, since NWSGI goes in the GAC when installed with IIS7
integration to make configuration and deployment much easier. Having
the IPy assemblies
I tried for some time to use https://ironpython.svn.codeplex.com/svn
instead of CodePlex Source Code tab .zip download, but it's unusable.
I routinely get:
svn: Server sent unexpected return value (500 Internal Server Error)
in response to REPORT request for '/svn/!svn/vcc/default'
or some such s