Opened 8 years ago

Last modified 8 years ago

#26520 closed Bug

Undo #24621 to make session.pop raise a KeyError again — at Initial Version

Reported by: Tobias Krönke Owned by: nobody
Component: contrib.sessions Version: 1.9
Severity: Release blocker Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

The fix of https://code.djangoproject.com/ticket/24621 led to always providing a default to session's dict method pop. This prevents a KeyError to ever be thrown, which should be expected by a pop-function.

Pull request is underway.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top