Changes between Initial Version and Version 1 of Ticket #36278, comment 2


Ignore:
Timestamp:
Mar 26, 2025, 11:26:22 AM (12 days ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified Ticket #36278, comment 2

    initial v1  
    1 Assuming we want to change this behavior we'd have to go through a deprecation period as there might be code out there that expects `[]` to be returned from `getlist(missing_key, None)`.
     1Assuming we want to change this behavior we'd have to go through a deprecation period as there might be code out there that expects `[]` to be returned from `getlist(missing_key, None)`. Slightly related to #29356.
Back to Top