diff options
| author | Barry Warsaw | 2015-05-07 18:48:51 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-05-07 18:48:51 -0400 |
| commit | 2c48259afe5c8367919404bed0c0bda89966d867 (patch) | |
| tree | bb2d0bb4cc816ba69ecf275d172c4724fdd44fc7 /src/mailman/model/docs | |
| parent | a80c61699f2e3bf60af44fac221ead8bdeff368c (diff) | |
| download | mailman-2c48259afe5c8367919404bed0c0bda89966d867.tar.gz mailman-2c48259afe5c8367919404bed0c0bda89966d867.tar.zst mailman-2c48259afe5c8367919404bed0c0bda89966d867.zip | |
* The default languages from Mailman 2.1 have been ported over. Given by
Aurélien Bompard.
Diffstat (limited to 'src/mailman/model/docs')
| -rw-r--r-- | src/mailman/model/docs/users.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mailman/model/docs/users.rst b/src/mailman/model/docs/users.rst index 0d6a0f368..ed532fda7 100644 --- a/src/mailman/model/docs/users.rst +++ b/src/mailman/model/docs/users.rst @@ -223,11 +223,6 @@ Users have preferences, but these preferences have no default settings. Some of these preferences are booleans and they can be set to ``True`` or ``False``. -:: - - >>> from mailman.interfaces.languages import ILanguageManager - >>> getUtility(ILanguageManager).add('it', 'iso-8859-1', 'Italian') - <Language [it] Italian> >>> from mailman.core.constants import DeliveryMode >>> prefs = user_1.preferences |
