[Zope3-checkins] SVN: Zope3/trunk/src/zope/i18n/interfaces/__init__.py clarify an interface that is currently unused.

Chris Withers chris at simplistix.co.uk
Thu Jul 6 17:32:54 EDT 2006


Log message for revision 69012:
  clarify an interface that is currently unused.

Changed:
  U   Zope3/trunk/src/zope/i18n/interfaces/__init__.py

-=-
Modified: Zope3/trunk/src/zope/i18n/interfaces/__init__.py
===================================================================
--- Zope3/trunk/src/zope/i18n/interfaces/__init__.py	2006-07-06 21:00:14 UTC (rev 69011)
+++ Zope3/trunk/src/zope/i18n/interfaces/__init__.py	2006-07-06 21:32:53 UTC (rev 69012)
@@ -195,7 +195,11 @@
 class ILanguageAvailability(Interface):
 
     def getAvailableLanguages():
-        """Return a sequence of language tags for available languages
+        """Return a sequence of 3-tuples for available languages
+
+        Each 3-tuple should be of the form (language,country,variant) so as
+        to be suitable for passing to methods in
+        zope.i18n.interfaces.locales.ILocaleProvider.
         """
 
 



More information about the Zope3-Checkins mailing list