-
由 Sergei Lebedev 提交于
In Python3 ``map`` returns a map-object (and not a list). This makes the check introduced in #3057 fail with "TypeError: unorderable types: map() < list()"
4d69aead
In Python3 ``map`` returns a map-object (and not a list). This makes the check introduced in #3057 fail with "TypeError: unorderable types: map() < list()"