[python3] torndb中的itertools.zip[AttributeError: module 'itertools' has no attribute 'izip']
在python3中,使用torndb进行查询时,遇到问题 AttributeError: module 'itertools' has no attribute 'izip',解决该问题过程中耗费了不少时间,故把解决办法写下以便以后遇到该问题的人能更快速的解决: 因为python3中filter ...