Edgewall Software

Changes between Version 1 and Version 2 of Ticket #12166


Ignore:
Timestamp:
Aug 17, 2015, 2:30:16 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12166 – Release Notes

    v1 v2  
    1 `SizedDict`'s `setdefault` method raises `NotImplementedError`. Previously it incorrectly raises `NotImplemented`.
     1`SizedDict`'s `setdefault` method raises `NotImplementedError`. Previously it incorrectly raised the `NotImplemented` constant (which doesn't inherit from `Exception`).