Changes between Initial Version and Version 1 of Ticket #26520, comment 4
- Timestamp:
- Apr 20, 2016, 9:31:38 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26520, comment 4
initial v1 1 1 Thanks for your feedback. Do you just propose to further change the docs or also even the code? I think the `session.pop` wrapper should have a signature as close to the original `dict.pop` as possible: 2 2 3 {{{ 3 {{{ #!python 4 4 >>> {}.pop("key", default="fallback") 5 5 Traceback (most recent call last):