Changes between Initial Version and Version 1 of Ticket #26520, comment 5


Ignore:
Timestamp:
Apr 20, 2016, 6:24:00 AM (8 years ago)
Author:
Nicolas Noé

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26520, comment 5

    initial v1  
    1 `dict.pop` raise KeyError if the key is not found AND there's no default provided as second argument... Won't implementing the same in `session.pop` reconcile this ticket and https://code.djangoproject.com/ticket/24621 ?
     1`dict.pop` raise KeyError if the key is not found AND there's no default provided as second argument... Won't implementing the same in `session.pop` solve both this issue and https://code.djangoproject.com/ticket/24621 (given that the documentation is updated, too) ?
    22
    33Example:
Back to Top