Re: [IronPython] md5 builtins module

2006-07-27 Thread Mark Rees
Great work Kevin. It's my understanding that the IP team want to overtime make more of the standard library modules that rely on compiled extensions part of the IP Module.cs. So you have done one for them. The bigger issue that was discovered when you tried running Seo's md5.py is the IP's way of

[IronPython] md5 builtins module

2006-07-27 Thread Kevin Chu
yesterday,we talked about missing md5 module. first,I found RC1 without md5 module, second,I found md5.py that be provide by Seo(http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/) is not working . so,I write a builtin module ,put it into source,and compile it. md5 module can work ! below is md5 module