You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just discovered your "benedict" package and I'm really enjoying it. It greatly simplifies the handling of dict in python. I am not a professional programmer but I love doing it. I wanted to ask if it is possible to add the "override" parameter to the merge() function, perhaps keeping its default value to False. In the meantime, waiting for your reply, I took the liberty of making a copy of merge.py and modifying it accordingly (attached is my solution just as sample).
Thanks very much for your work
Regards
Loreto
@Loreton I'm really glad you enjoy it, thank you!
You request seems reasonable and backward-compatible, I will add it to the next release!
PS. the right naming for this is overwrite not override.
I just discovered your "benedict" package and I'm really enjoying it. It greatly simplifies the handling of dict in python. I am not a professional programmer but I love doing it. I wanted to ask if it is possible to add the "override" parameter to the merge() function, perhaps keeping its default value to False. In the meantime, waiting for your reply, I took the liberty of making a copy of merge.py and modifying it accordingly (attached is my solution just as sample).
Thanks very much for your work
Regards
Loreto
LnMerge.zip
The text was updated successfully, but these errors were encountered: