[IronPython] quopri module

Sanghyeon Seo sanxiyn at gmail.com
Sun Oct 29 07:51:10 CET 2006


2006/10/14, Sanghyeon Seo <sanxiyn at gmail.com>:
> CPython
> >>> import quopri
> >>> quopri.encodestring('=')
> '=3D'
>
> IronPython
> >>> import quopri
> >>> quopri.encodestring('=')
> Traceback (most recent call last):
>  File quopri, line unknown, in encodestring
> TypeError: b2a_qp() takes exactly 4 non-keyword arguments (1 given)
>
> Found while trying to run SOAPpy (http://pywebsvcs.sourceforge.net/).
> Easy enough to workaround, but I'd rather not.

Follow up on this?

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list