Re: [Mailman-Users] [Mailman-Developers] [Fwd: TypeError: us-ascii with python2.4 and mailman 2.1.8-1 (debian)]
; 2.5.x branch, so unless this bug was also introduced and subsequently > fixed in that branch as well, it shouldn't affect a properly installed > Mailman. M'kay. I've fixed the shunting issue and upgraded to mailman 2.1.9-7 (debian) so hopefully things will be smooth from now
[Mailman-Users] [Fwd: TypeError: us-ascii with python2.4 and mailman 2.1.8-1 (debian)]
charset = unicode(charset, 'us-ascii').encode('us-ascii') except UnicodeError: return failobj I hope this h