jonathanhaigh / multiconfparse

Python 3 library for obtaining configuration from multiple sources
MIT License
1 stars 1 forks source link

Don't use mutable default arguments #50

Closed jonathanhaigh closed 4 years ago

jonathanhaigh commented 4 years ago

Fixes #40

See https://docs.python-guide.org/writing/gotchas/#mutable-default-arguments for rationale.