[issue31797] Python 3.6.3: JSON loop fails using elif

2017-10-16 Thread Steven D'Aprano
Steven D'Aprano added the comment: Oops, accidentally messed up the status. Fixing now. Francesco, if you simplify your code and come back with a detailed description of what you think the bug is, then we will investigate. -- nosy: +eric.smith resolution: -> not a bug stage: -> reso

[issue31797] Python 3.6.3: JSON loop fails using elif

2017-10-16 Thread Steven D'Aprano
Steven D'Aprano added the comment: What are you claiming is the bug? I don't understand what you think the problem is. Don't dump a large script in our laps and expect us to get a Google API key to run it. Forget that, it isn't going to happen. Simplify your code to make the smallest, simple

[issue31797] Python 3.6.3: JSON loop fails using elif

2017-10-16 Thread Eric V. Smith
Eric V. Smith added the comment: Hi, Francesco. This isn't the appropriate place to ask for help with your script. I suggest trying the python-list mailing list. -- nosy: +eric.smith resolution: -> not a bug stage: -> resolved status: open -> closed

[issue31797] Python 3.6.3: JSON loop fails using elif

2017-10-16 Thread Francesco Mantovani
New submission from Francesco Mantovani : I attach here a file with 3 different way to parse Google Places API. Please put your Google API key token into the variable [PutHereYourGoogleAPIKey] to make the script work. The script contains 3 loops: - the first loop works and that's how I fixed t