[GitHub] libcloud pull request #811: Fix cloudstack tag parsing in Python 3

2016-06-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/811 --- 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

[GitHub] libcloud pull request #811: Fix cloudstack tag parsing in Python 3

2016-06-13 Thread sfriesel
GitHub user sfriesel opened a pull request: https://github.com/apache/libcloud/pull/811 Fix cloudstack tag parsing in Python 3 ## Fix cloudstack tag parsing in Python 3 ### Description Iteritems does not exist in Python 3 and was also not needed here. ###