slimkrazy / python-google-places

Simple wrapper around the new 'experimental' Google Places API
MIT License
474 stars 167 forks source link

Fix the use of mutable default arguments #83

Closed beamerblvd closed 7 years ago

beamerblvd commented 8 years ago

Per issue #59 and #82, we should not be using mutable default arguments. This change properly handles arguments that need to default to mutable values.

slimkrazy commented 7 years ago

I'm merging to the development branch - I should have this out in a few days.

Sorry for the delay, and thanks!