GitHub user wido opened a pull request: https://github.com/apache/libcloud/pull/829
auroradns: Implement iterator for zones and records By implementing iterate_zones() and iterate_records() you can iterate over zones and records returned by the API. The list_zones() and list_records() methods simply talk to the iteration functions and create a list of it and return that. The test cases should still match since they call the list functions and those call the iterators on their turn. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wido/libcloud auroradns-iterate-records Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/829.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #829 ---- commit 91988e1dd550c467090ee449210027d5ab7f6639 Author: Wido den Hollander <w...@widodh.nl> Date: 2016-07-02T16:52:28Z auroradns: Implement iterator for zones and records By implementing iterate_zones() and iterate_records() you can iterate over zones and records returned by the API. The list_zones() and list_records() methods simply talk to the iteration functions and create a list of it and return that. The test cases should still match since they call the list functions and those call the iterators on their turn. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---