version 0.13.1
Changes
Added
- support for sequences without
__iter__
(pick
can now iterate sequences that allow iteration by means of__len__
and__getitem__
)
__iter__
(pick
can now iterate sequences that allow iteration by means of __len__
and __getitem__
)