mbr / simplekv

A simple key-value store for binary data.
http://simplekv.readthedocs.io
MIT License
152 stars 50 forks source link

Wrong return type of FilesystemStore method 'keys' #85

Closed jochen-ott-by closed 5 years ago

jochen-ott-by commented 5 years ago

According to docs, the .keys method of a store should return a value of type list and not any iterable (this is what iter_keys is for). However, the FilesystemStore.keys method returns a generator in python 3, as it uses the builting filter.

fmarczin commented 5 years ago

Fixed in your #86, which was just merged and will be in the next release - 0.12.0