[Tutor] list packing

Kent Johnson kent37 at tds.net
Mon Feb 27 13:01:19 CET 2006


Sean Perry wrote:
> os.path.join() is self-documenting. I find this to be a better reason to 
> use it than anything else. But then my code only ever runs on Unix of 
> some flavor.

I'm not sure why you put in the comment about Unix - os.path.join() is 
the recommended way of joining paths portably - it will do the right 
thing on any supported platform.

Kent



More information about the Tutor mailing list