commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r5455 - trunk/gnue-common/src/apps


From: reinhard
Subject: r5455 - trunk/gnue-common/src/apps
Date: Mon, 22 Mar 2004 08:41:54 -0600 (CST)

Author: reinhard
Date: 2004-03-22 08:41:54 -0600 (Mon, 22 Mar 2004)
New Revision: 5455

Modified:
   trunk/gnue-common/src/apps/i18n.py
Log:
Fixed docstring.


Modified: trunk/gnue-common/src/apps/i18n.py
===================================================================
--- trunk/gnue-common/src/apps/i18n.py  2004-03-22 14:40:50 UTC (rev 5454)
+++ trunk/gnue-common/src/apps/i18n.py  2004-03-22 14:41:54 UTC (rev 5455)
@@ -152,7 +152,8 @@
   """
   The same as the builtin python Exception, but can handle messages that are
   unicode strings.  This exception is available as the builtin class
-  "Exception" (and thus overwrites the standard python exception).
+  "gException".  All other user-defined exceptions should be derived from this
+  class.
   """
   def __init__ (self, message):
     exceptions.Exception.__init__ (self, o(message))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]