BuildingMachineLearningSystemsWithPython icon indicating copy to clipboard operation
BuildingMachineLearningSystemsWithPython copied to clipboard

make list as iteratable

Open knok opened this issue 10 years ago • 0 comments

The variable "it" in parsexml is a simple list object and not iteratable. So next(it) causes an error, the request fix it.

I tested on python 2.7.9.

knok avatar Aug 26 '15 01:08 knok