[patch] Allow MultiValueDict update method to take keyword args, like dict
In Python 2.4 the builtin dict.update method can accept keyword args. This is a small update to MultiValueKey.update to also optionally accept keywork arguments. Also, like the python dict implementation, this allows both a dictionary (or MultiValueDict) alongside keyword arguments.
Change History
(3)
Summary: |
[patch] Allow MultiValueKey update method to take keyword args, like dict → [patch] Allow MultiValueDict update method to take keyword args, like dict
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Patch for MultiValueDict.update