commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r10183 - in trunk/gnue-common: . src/base


From: reinhard
Subject: [gnue] r10183 - in trunk/gnue-common: . src/base
Date: Wed, 19 May 2010 10:17:15 -0500 (CDT)

Author: reinhard
Date: 2010-05-19 10:17:14 -0500 (Wed, 19 May 2010)
New Revision: 10183

Modified:
   trunk/gnue-common/
   trunk/gnue-common/src/base/errors.py
Log:
BaseException.message has been deprecated as of Python 2.6.



Property changes on: trunk/gnue-common
___________________________________________________________________
Name: bzr:revision-info
   - timestamp: 2010-05-05 11:21:31.405999899 +0200
committer: Reinhard Müller <address@hidden>
properties: 
        branch-nick: common

   + timestamp: 2010-05-19 17:15:45.028000116 +0200
committer: Reinhard Müller <address@hidden>
properties: 
        branch-nick: common

Name: bzr:file-ids
   - utils/helpers/files.py     
address@hidden:trunk%2Fgnue-common:utils%2Fhelpers%2Ffiles.py

   + src/base/errors.py 
address@hidden:trunk%2Fgnue-common:src%2Fbase%2Ferrors.py

Name: bzr:revision-id:v4
   - 3116 address@hidden
3117 address@hidden
3118 address@hidden
3119 address@hidden
3120 address@hidden
3121 address@hidden

   + 3116 address@hidden
3117 address@hidden
3118 address@hidden
3119 address@hidden
3120 address@hidden
3121 address@hidden
3122 address@hidden

Name: bzr:text-parents
   - 
   + src/base/errors.py address@hidden


Modified: trunk/gnue-common/src/base/errors.py
===================================================================
--- trunk/gnue-common/src/base/errors.py        2010-05-12 15:19:31 UTC (rev 
10182)
+++ trunk/gnue-common/src/base/errors.py        2010-05-19 15:17:14 UTC (rev 
10183)
@@ -333,7 +333,7 @@
     else:
         # We're never sure in which encoding the message actually is, so we're
         # cautious and use inconv which does errors='replace'.
-        message = i18n.inconv(evalue.message)
+        message = i18n.inconv(str(evalue))
 
     # detail
     if isinstance(evalue, Error) and evalue.detail is not None:




reply via email to

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