Hacker News new | ask | show | jobs
by robluxus 1705 days ago
It's more about flexibility than consistency.

str.join() and bytes.join() can support all iterable type arguments.

Better than trying to implement a join (or two) on all iterables.