slimkrazy / python-google-places

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

Get rid of mutable default arguments #82

Closed nickwilliams-eventbrite closed 7 years ago

nickwilliams-eventbrite commented 8 years ago

This library currently suffers from the use of mutable default arguments, described here. This was mentioned in issue #59 (in this comment). These should be corrected.

slimkrazy commented 7 years ago

Released in version 1.4.0.

Thanks for the fix!