Change by Alessio Bogon :
--
nosy: +youtux
___
Python tracker
<https://bugs.python.org/issue43468>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Alessio Bogon :
--
nosy: +youtux
___
Python tracker
<https://bugs.python.org/issue44140>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Alessio Bogon :
--
nosy: +youtux
___
Python tracker
<https://bugs.python.org/issue38780>
___
___
Python-bugs-list mailing list
Unsubscribe:
Alessio Bogon added the comment:
Is there any update on this issue? I'm experiencing the same problem on macos.
--
___
Python tracker
<https://bugs.python.org/is
New submission from Alessio Bogon:
I would like to suggest a new string function/constructor:
string.from_iterable(iterable [,map_function])
I think that the behaviour is intuitive: given an iterable, it construct a
string using its element by apply a `map_function`, if provided, to each one