------------------------------------------------------------
revno: 6770
committer: Barry Warsaw <[email protected]>
branch nick: 3.0
timestamp: Thu 2009-08-13 00:50:17 -0400
message:
  The language manager is not test-isolated.  For now, just use a fake language
  code.
modified:
  src/mailman/commands/docs/create.txt


--
lp:mailman
https://code.launchpad.net/~mailman-coders/mailman/3.0

Your team Mailman Checkins is subscribed to branch lp:mailman.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/3.0/+edit-subscription.
=== modified file 'src/mailman/commands/docs/create.txt'
--- src/mailman/commands/docs/create.txt	2009-08-13 03:53:34 +0000
+++ src/mailman/commands/docs/create.txt	2009-08-13 04:50:17 +0000
@@ -109,11 +109,11 @@
 The language must be known to Mailman.
 
     >>> args.listname = ['[email protected]']
-    >>> args.language = 'it'
+    >>> args.language = 'ee'
     >>> command.process(args)
-    Invalid language code: it
+    Invalid language code: ee
 
-    >>> config.languages.add('it', 'iso-8859-1', 'Italian')
+    >>> config.languages.add('ee', 'iso-8859-1', 'Freedonian')
 
     >>> args.quiet = False
     >>> args.listname = ['[email protected]']

_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to