mikeywaites / kim

Kim: A JSON Serialization and Marshaling framework
http://kim.readthedocs.org/en/latest/
Other
317 stars 17 forks source link

Dont expect a specific type for types.Collection #36

Closed mikeywaites closed 9 years ago

mikeywaites commented 9 years ago

types.Collection currently implements the TypedType interface and therefore enforces a check that the type is a list.

This should really deal with iterables and not enforce any such check.