Item 848 of 881 Previous | Next

2
Vote

binascii.b2a_qp is present but throws NotImplemented breaking quopri standard module.

description

<Thanks>Seo Sanghyeon</Thanks>

Either removing the functions from the module or implementing the functions would fix it.

> 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)

No files are attached

comments

slide_o_mix wrote Dec 20 2011 at 3:53 PM

I get a different error on the latest trunk:

TypeError: b2a_qp() got an unexpected keyword argument 'header'

bpgarman wrote Jun 7 2011 at 8:53 AM

Issue still present in IronPython 2.7