Removed cases of six.iter* wrapped in a list()
There's absolutely no advantage [and a mild performance hit] to using six.iter* in these cases.
Loading
Please register or sign in to comment
There's absolutely no advantage [and a mild performance hit] to using six.iter* in these cases.