Re: [IronPython] Possible IronPython and FePy Issues

2006-10-25 Thread M. David Peterson
s/all/allowOn 10/25/06, M. David Peterson <[EMAIL PROTECTED]> wrote: Couldn't you simply check the platform at load time, adapting the behavior of the DEL to mimic BS when running under OSX?  That, or have a separate mapping file for each platform that loads at run-time which would also hold potent

Re: [IronPython] Possible IronPython and FePy Issues

2006-10-25 Thread M. David Peterson
Couldn't you simply check the platform at load time, adapting the behavior of the DEL to mimic BS when running under OSX?  That, or have a separate mapping file for each platform that loads at run-time which would also hold potential to all a more user definable approach for mapping key sequences a

Re: [IronPython] Possible IronPython and FePy Issues

2006-10-25 Thread Dino Viehland
in? This one has come up before too, but I don't think we yet have a bug on it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Diane Trout Sent: Monday, October 23, 2006 10:44 PM To: users@lists.ironpython.com Subject: [IronPython] Possible IronPyt

[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