summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2009-11-28 19:10:34 -0500
committerBarry Warsaw2009-11-28 19:10:34 -0500
commit7b22b702cade7f8782002396eec5ccf3be32bf21 (patch)
tree31b409ae3557aa184509baa9ea8bfae1e1b835f8
parentbb25c02d24cb5fcee8afbc883c771dff2c88e1b8 (diff)
downloadmailman-7b22b702cade7f8782002396eec5ccf3be32bf21.tar.gz
mailman-7b22b702cade7f8782002396eec5ccf3be32bf21.tar.zst
mailman-7b22b702cade7f8782002396eec5ccf3be32bf21.zip
-rw-r--r--src/mailman/commands/docs/create.txt4
-rw-r--r--src/mailman/queue/docs/digester.txt80
2 files changed, 42 insertions, 42 deletions
diff --git a/src/mailman/commands/docs/create.txt b/src/mailman/commands/docs/create.txt
index cf1557210..eec8b6941 100644
--- a/src/mailman/commands/docs/create.txt
+++ b/src/mailman/commands/docs/create.txt
@@ -120,13 +120,13 @@ The language must be known to Mailman.
>>> args.quiet = False
>>> args.listname = ['test3@example.com']
- >>> args.language = 'it'
+ >>> args.language = 'fr'
>>> command.process(args)
Created mailing list: test3@example.com
>>> mlist = list_manager.get('test3@example.com')
>>> print mlist.preferred_language
- <Language [it] Italian>
+ <Language [fr] French>
>>> args.language = None
diff --git a/src/mailman/queue/docs/digester.txt b/src/mailman/queue/docs/digester.txt
index 55f93cf40..6bf733b30 100644
--- a/src/mailman/queue/docs/digester.txt
+++ b/src/mailman/queue/docs/digester.txt
@@ -423,46 +423,46 @@ The content can be decoded to see the actual digest text.
>>> [repr(line)
... for line in rfc1153.msg.get_payload(decode=True).splitlines()]
["'Envoyez vos messages pour la liste Test \\xc3\\xa0'",
- "'\\ttest@example.com'",
- "''",
- "'Pour vous (d\\xc3\\xa9s)abonner par le web, consultez'",
- "'\\thttp://lists.example.com/listinfo/test@example.com'",
- "''",
- "'ou, par courriel, envoyez un message avec \\xc2\\xab\\xc2\\xa0...
- "'dans le sujet \\xc3\\xa0'",
- "'\\ttest-request@example.com'",
- "''",
- '"Vous pouvez contacter l\'administrateur de la liste \\xc3\\xa0 ...
- "'\\ttest-owner@example.com'",
- "''",
- '"Si vous r\\xc3\\xa9pondez, n\'oubliez pas de changer l\'objet du ...
- '"qu\'il soit plus sp\\xc3\\xa9cifique que \\xc2\\xab\\xc2\\xa0Re: ...
- "''",
- "'Th\\xc3\\xa8mes du jour :'",
- "''",
- "' 1. \\xe4\\xb8\\x80\\xe7\\x95\\xaa (aperson@example.org)'",
- "''",
- "''",
- "'---------------------------------------------------------------------...
- "''",
- "'From: aperson@example.org'",
- "'Subject: \\xe4\\xb8\\x80\\xe7\\x95\\xaa'",
- "'To: test@example.com'",
- "'Message-ID: ...
- "'Content-Type: text/plain; charset=iso-2022-jp'",
- "''",
- "'\\xe4\\xb8\\x80\\xe7\\x95\\xaa'",
- "''",
- "'------------------------------'",
- "''",
- "'_______________________________________________'",
- "'Test mailing list'",
- "'test@example.com'",
- "'http://lists.example.com/listinfo/test@example.com'",
- "''",
- "''",
- "'Fin de Groupe Test, Vol. 1, Parution 2'",
- "'**************************************'"]
+ "'\\ttest@example.com'",
+ "''",
+ "'Pour vous (d\\xc3\\xa9s)abonner par le web, consultez'",
+ "'\\thttp://lists.example.com/listinfo/test@example.com'",
+ "''",
+ "'ou, par courriel, envoyez un message avec \\xc2\\xab\\xc2\\xa0...
+ "'dans le sujet \\xc3\\xa0'",
+ "'\\ttest-request@example.com'",
+ "''",
+ '"Vous pouvez contacter l\'administrateur de la liste \\xc3\\xa0 ...
+ "'\\ttest-owner@example.com'",
+ "''",
+ '"Si vous r\\xc3\\xa9pondez, n\'oubliez pas de changer l\'objet du ...
+ '"qu\'il soit plus sp\\xc3\\xa9cifique que \\xc2\\xab\\xc2\\xa0Re: ...
+ "''",
+ "'Th\\xc3\\xa8mes du jour :'",
+ "''",
+ "' 1. \\xe4\\xb8\\x80\\xe7\\x95\\xaa (aperson@example.org)'",
+ "''",
+ "''",
+ "'---------------------------------------------------------------------...
+ "''",
+ "'From: aperson@example.org'",
+ "'Subject: \\xe4\\xb8\\x80\\xe7\\x95\\xaa'",
+ "'To: test@example.com'",
+ "'Message-ID: ...
+ "'Content-Type: text/plain; charset=iso-2022-jp'",
+ "''",
+ "'\\xe4\\xb8\\x80\\xe7\\x95\\xaa'",
+ "''",
+ "'------------------------------'",
+ "''",
+ "'_______________________________________________'",
+ "'Test mailing list'",
+ "'test@example.com'",
+ "'http://lists.example.com/listinfo/test@example.com'",
+ "''",
+ "''",
+ "'Fin de Groupe Test, Vol. 1, Parution 2'",
+ "'**************************************'"]
>>> config.pop('french')