blob: b430d664b4c082934c1382cb2a33e2c7fa9429c3 (
plain)
1
2
3
4
5
|
## Relax restrictions of `str.join()`
Since 0.60.0, the [[str.join]] method can take an arbitrary number of arguments
instead of just one list. Additionally, all lists past to [[str.join]] will now
be flattened.
|