Barry Warsaw has proposed merging lp:~ciri-2/mailman/language into lp:mailman.

Requested reviews:
  Mailman Coders (mailman-coders)
Related bugs:
  Bug #1308769 in GNU Mailman: "Languages are saved too late - after calling 
clear()"
  https://bugs.launchpad.net/mailman/+bug/1308769

For more details, see:
https://code.launchpad.net/~ciri-2/mailman/language/+merge/216334
-- 
https://code.launchpad.net/~ciri-2/mailman/language/+merge/216334
Your team Mailman Coders is requested to review the proposed merge of 
lp:~ciri-2/mailman/language into lp:mailman.
=== modified file 'src/mailman/model/docs/languages.rst'
--- src/mailman/model/docs/languages.rst	2012-03-04 18:53:22 +0000
+++ src/mailman/model/docs/languages.rst	2014-04-17 14:28:31 +0000
@@ -15,6 +15,10 @@
     >>> verifyObject(ILanguageManager, mgr)
     True
 
+    # Make a copy of the language manager's dictionary, so we can restore it
+    # after the test.  Currently the test layer doesn't manage this.
+    >>> saved = mgr._languages.copy()
+
     # The language manager component comes pre-populated; clear it out.
     >>> mgr.clear()
 
@@ -103,10 +107,6 @@
     >>> 'en' in mgr
     True
 
-    # Make a copy of the language manager's dictionary, so we can restore it
-    # after the test.  Currently the test layer doesn't manage this.
-    >>> saved = mgr._languages.copy()
-
     >>> mgr.clear()
     >>> 'en' in mgr
     False

_______________________________________________
Mailman-coders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/mailman-coders

Reply via email to