Edgewall Software

Changes between Initial Version and Version 13 of Ticket #11886


Ignore:
Timestamp:
Feb 21, 2015, 4:06:32 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Committed to 1.0-stable in [13769,13771], merged to trunk in [13770,13772,13774]. Additional change on trunk in [13773].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11886

    • Property Status newclosed
    • Property Owner set to Ryan J Ollos
    • Property Milestone next-stable-1.0.x1.0.5
    • Property Keywords exception added
    • Property Resolutionfixed
  • Ticket #11886 – Release Notes

    initial v13  
     1Fixed ''!DeprecationWarning'' with Python 2.6 when creating an `HTTPException` from a `PermissionError` due to use of deprecated `message` attribute of base `Exception` class.
  • Ticket #11886 – API Changes

    initial v13  
     1* Added `message` property to `PermissionError` class.
     2* Deprecated `msg` attribute of `PermissionError` class.
     3* `HTTPException` is explicitly defined as an abstract base class.