Re: [IronPython] Svn/Cvs API's?

2006-10-29 Thread Diane Trout
Also, what simple simple cmd-line only windows tools might be available that let someone get a set of files from an Svn repository? The official subversion command line client is available for windows http://subversion.tigris.org/project_packages.html#binary-packages If you're willing to use

[IronPython] Possible IronPython and FePy Issues

2006-10-25 Thread Diane Trout
Hi, I'm trying to run IronPython under Mono on OS X and found a couple of issues. This code fragment fails when it shouldn't: d = dict() d[None] = "bleem" del d[None] With CPython, the key None is deleted on IronPython I get this exception: Traceback (most recent call last): TypeError: i