Update list_to_string to handle generators. Resolve #2120

This commit is contained in:
Griatch 2020-06-28 11:09:59 +02:00
parent c8b056d06d
commit a848960819
2 changed files with 20 additions and 10 deletions

View file

@ -58,6 +58,9 @@ without arguments starts a full interactive Python console.
required by Django.
- Fixes to `spawn`, make updating an existing prototype/object work better. Add `/raw` switch
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.
## Evennia 0.9 (2018-2019)