2006/9/23, Sylvain Hellegouarch <[EMAIL PROTECTED]>: > Just gave a stab to a gzip module yesterday evening and I thought it > might be handy for others. > > http://www.defuze.org/oss/ipextra/gzip.txt
Nice work! > It uses the SharZipLib package for .NET. It is bundled by default with > Mono but I don't know for MS.NET. For MS.NET, you can download #ziplib here: http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx > I assume implementing other modules such as bzip2, zlib ad tarfile would > not be much harder. tarfile module is in pure Python and it should work okay on IronPython -- except for the bug I will report right now. :-) After working around that, it does work. I tested it. -- Seo Sanghyeon _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
