[IronPython] md5.py throws exception

Martin Maly Martin.Maly at microsoft.com
Wed Jul 26 05:55:54 CEST 2006


This appears to be a bug in IronPython. I tried with Beta 8 and 9 and they both worked, RC fails. I've filed the bug on CodePlex. It is a good one to look at for the final release.

Thanks for the report!

Martin

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Mark Rees
Sent: Tuesday, July 25, 2006 8:14 PM
To: Discussion of IronPython
Subject: [IronPython] md5.py throws exception

On 7/26/06, Kevin Chu <redmoon17 at gmail.com> wrote:
> I try this md5.py,but throw an exception!
>
> >>> import md5
> >>> m=md5.new()
> Traceback (most recent call last):
>   File , line 0, in <stdin>##12
>   File D:\TECH\IronPython\Lib\md5.py, line 31, in new
>   File D:\TECH\IronPython\Lib\md5.py, line 15, in __init__
> TypeError: multiple overloads of Create could match ()
>   Create()
>   Create()

It worked in previous betas, but hadn't tested against RC1 yet. Let me
have a look and see if I can fix.

Mark
_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list