[Ironpython-users] IronPython, Daily Digest 11/4/2014

2014-11-05 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] Specific case causes traceback to be incomplete 2. [New comment] simplify use of .net enumeration 3. [Status update] simplify use of .net enumeration ---

Re: [Ironpython-users] using IronPython with pycrypto

2014-11-05 Thread Jeff Hardy
On Mon, Nov 3, 2014 at 3:20 PM, Slide wrote: > This brings up an interesting question. How much of a pure .NET > implementation do we want to keep in IronPython? Do we want to try and pull > something like IronClad into IronPython to provide compatibility, or > implement the important modules in .

Re: [Ironpython-users] using IronPython with pycrypto

2014-11-05 Thread Slide
That was my feeling as well, just wanted to clarify. I've been looking at IronClad, but the build setup is odd and I haven't had much time. On Wed Nov 05 2014 at 5:43:48 AM Jeff Hardy wrote: > On Mon, Nov 3, 2014 at 3:20 PM, Slide wrote: > > This brings up an interesting question. How much of a