[IronPython] Problems in module binascii

Curt Hagenlocher curt at hagenlocher.org
Tue Dec 30 18:19:15 CET 2008


It throws a NotImplementedException because it hasn't been implemented yet.
:)
You can vote on this feature at
http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=17465

On Tue, Dec 30, 2008 at 9:13 AM, Carlos Alberto Costa Beppler <
beppler at gmail.com> wrote:

> Hello.
>
> The function crc32 contained on module binascii requires 2 arguments,
> but the python docs says that the second argument is optional.
>
> Then a was looking for the implementation and found it in binascii.cs
> file on IronPython.Modules. But the implementation of this function
> and others (a2b_qp, b2a_qp, a2b_hqx, rledecode_hqx, b2a_hqx and
> crc_hqx) are implemented to throw NotImplementdException.
>
> Is this a bug or this module is not supported on IronPython?
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20081230/d170a524/attachment.html>


More information about the Ironpython-users mailing list