Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11886, comment 6


Ignore:
Timestamp:
Jan 20, 2015, 11:41:55 PM (9 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11886, comment 6

    initial v1  
    22 1. Deprecate `message` property of `TracError` and `HTTPException` and remove uses of `message` in the codebase.
    33or
    4  2. Add `message` property to the PermissionError` class.
     4 2. Add `message` property to the `PermissionError` class.
    55
    66I'm slightly in favor of (1), for consistency with the `BaseException` class in Python 3. Any suggestions?