[Python-ideas] Add list.join() please
Jamesie Pic
jpic at yourlabs.org
Wed Jan 30 05:19:32 EST 2019
On Wed, Jan 30, 2019 at 11:17 AM Jamesie Pic <jpic at yourlabs.org> wrote:
> often mistake because switching over from os.path.join and str.join.
I didn't mean "replacing an os.path.join call with an str.join call",
I mean that I'm calling str.join 2 seconds after os.path.join, and
forgot about the inconsistency we have between the two.
Does this make any sense?
Thanks for your great replies
--
∞
More information about the Python-ideas
mailing list