This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jimli
Recipients eric.smith, jimli
Date 2019-06-27.00:19:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561594763.65.0.0532447856524.issue37423@roundup.psfhosted.org>
In-reply-to
Content
Thanks Eric. That does make sense. The code wasn't really Python 3, it was migrated from 2.7, which uses some Python 3 syntax.

As a side note, if you run 2to3 on this instead of the previous `print(response.next_page_token)`

print(response)

Then 2to3 would say that nothing needs to be converted. It seems like the attribute plays a role here.

Thanks for the quick response. Feel free to close the issue.
History
Date User Action Args
2019-06-27 00:19:23jimlisetrecipients: + jimli, eric.smith
2019-06-27 00:19:23jimlisetmessageid: <1561594763.65.0.0532447856524.issue37423@roundup.psfhosted.org>
2019-06-27 00:19:23jimlilinkissue37423 messages
2019-06-27 00:19:23jimlicreate