Thanks to you all !
I've looked, again briefly because after a short time my head spun out
> of control, at trying to fix it by overriding additional methods like
> _get_params_preserve(), but I didn't get far.
>
Yeah, I tried that too, not much more luck...
> To be honest, mailman.email.message
On Dec 02, 2014, at 11:26 AM, Aurelien Bompard wrote:
>I kinda think so too, so I tried removing the conversion to unicode in get()
>and __getitem__(): I have about 20 failures in the whole test suite, and a
>couple UnicodeWarnings from SQLAlchemy. I'm going to try and fix these
>failures and the
Hmm, that was easier than I thought :
https://code.launchpad.net/~abompard/mailman/bug-1060951/+merge/243401
All tests pass, and no unicode warning from SQLAlchemy in the tests.
A.
2014-12-02 11:42 GMT+01:00 Barry Warsaw :
> On Dec 02, 2014, at 11:26 AM, Aurelien Bompard wrote:
>
> >I kinda thi