Re: [Mailman-Developers] About Mailman's unicode-enabled Message subclass

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 code that expects unicode headers, and send you a MP How about that?
+1; I look forward to seeing it. I suspect those will be useful also with my experimental py3 branch. :)
Cheers, -Barry

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 <barry@list.org>:
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 code that expects unicode headers, and send you a MP How about that?
+1; I look forward to seeing it. I suspect those will be useful also with my experimental py3 branch. :)
Cheers, -Barry
Mailman-Developers mailing list Mailman-Developers@python.org https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-developers/aurelien%40bompar...
Security Policy: http://wiki.list.org/x/QIA9
participants (2)
-
Aurelien Bompard
-
Barry Warsaw