On Wed, Jan 30, 2019 at 11:17 AM Jamesie Pic <j...@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

-- 
∞
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to