[issue43535] Make str.join auto-convert inputs to strings.

Vedran Čačić report at bugs.python.org
Thu Mar 18 06:15:14 EDT 2021


Vedran Čačić <vedgar at gmail.com> added the comment:

Does strong typing mean you should write

    if bool(condition): ...

or 

    for element in iter(sequence): ...

or (more similar to this)

    my_set.symmetric_difference_update(set(some_iterable))

?

As Eric has said, if there's only one possible thing you could have meant, "strong typing" is just bureaucracy.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43535>
_______________________________________


More information about the Python-bugs-list mailing list