Modify ↓
Opened 16 years ago
Closed 16 years ago
#8193 closed defect (duplicate)
Python 2.6 depracation of BaseException.message
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | none |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Running Trac with Python 2.6 this deprecation message pops up when an error has occured, not relaying the proper error message:
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
return unicode(self.message)
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Duplicate of #8160.