jaraco / wolframalpha

MIT License
148 stars 26 forks source link

Handle dictionary as singleton for always_iterable #27

Closed Harmon758 closed 3 years ago

Harmon758 commented 3 years ago

Fixes #26

jaraco commented 3 years ago

Thanks for this. Releasing as 4.1.1.

Harmon758 commented 3 years ago

This change removes the base_types of str and bytes. I wonder if that's okay in this case. Regardless, I've merged this commit onto a test that replicates the failure. If it turns out that the other singletons are important, we can address that, but I suspect they're not as this is passed to a dict constructor.

I saw that and that was the same conclusion I came to.

Thanks for the quick merge and release!