Resolve merge conflicts

This commit is contained in:
Griatch 2020-07-15 23:18:38 +02:00
commit 28bff4ddde
4 changed files with 98 additions and 15 deletions

View file

@ -76,6 +76,7 @@ without arguments starts a full interactive Python console.
to `spawn` command to extract the raw prototype dict for manual editing.
- `list_to_string` is now `iter_to_string` (but old name still works as legacy alias). It will
now accept any input, including generators and single values.
- EvTable should now correctly handle columns with wider asian-characters in them.