You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inclusion should be about objects that implement "in" (contains), not objects that have to be iterable. As it stands, to_include cannot be used with classes like argpase.Namespace
The text was updated successfully, but these errors were encountered:
gi11es
changed the title
to_include doesn't work on non-iteratable objects
to_include doesn't work on non-iterable objects
Jun 22, 2016
gi11es
pushed a commit
to gi11es/preggy
that referenced
this issue
Jun 22, 2016
See heynemann/pyvows#130
This is a regression caused by 9fe7ba2
Inclusion should be about objects that implement "in" (contains), not objects that have to be iterable. As it stands, to_include cannot be used with classes like argpase.Namespace
The text was updated successfully, but these errors were encountered: