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


Ignore:
Timestamp:
Apr 20, 2016, 9:31:38 AM (8 years ago)
Author:
Tobias Krönke

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26520, comment 4

    initial v1  
    11Thanks 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:
    22
    3 {{{
     3{{{ #!python
    44>>> {}.pop("key", default="fallback")
    55Traceback (most recent call last):
Back to Top