On Tue, 4 Jun 2013, Olivier Berger wrote:
> SyntaxError: Non-ASCII character '\xc3' in file /tmp/9fykga on line 1, but no
> encoding declared; see http://www.python.org/peps/pep-0263.html for details
Interestingly, mailman itself outputs the proper
# -*- coding: utf-8 -*-
header.
The create-mailing-lists.pl contains:
[…]
$cmd = "/usr/lib/mailman/bin/config_list -o $tmp $listname" ;
#print "cmd = <$cmd>\n" ;
# Commented out on Matt Hope <[email protected]> advice
# To be revised by Roland Mas
# system ($cmd) ;
open CONFIG, ">>$tmp" ;
[…]
I would like to know why this is commented out, because prepending
the existing list configuration to the new values written would
indeed fix this bug.
I’ll commit a workaround in the meantime.
bye,
//mirabilos
--
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-314
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Boris Esser, Sebastian Mancke
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]