Changes between Initial Version and Version 1 of Ticket #26520, comment 5
- Timestamp:
- Apr 20, 2016, 6:24:00 AM (9 years ago)
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) ? 2 2 3 3 Example: