Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid illegal concatenation on Python 3
Because: - On Python 3, a list and a dict_keys cannot be concatenated directly, yadda yadda. Fixes #2058
- Loading branch information