2006/10/14, Sanghyeon Seo <[EMAIL PROTECTED]>:
> 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
_______________________________________________
users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to