Files
python-troveclient/troveclient
Kui Shi d114208442 wrap dict with list() in for loop
In python 3, if the dict is changed in the loop, there will be
following error:
RuntimeError: dictionary changed size during iteration

Tranfrom dict with list() to fix it.

Partial implements: blueprint py33-support

Change-Id: I4b9f5bc083ebe62739a33674d26728d4a8f1a2d6
2013-10-15 16:59:49 +08:00
..
2013-10-15 16:59:20 +08:00
2013-10-10 18:31:34 +00:00
2013-06-26 13:48:18 +02:00