On Mon, 2008-05-05 at 10:34 -0400, Jean-Paul Calderone wrote:
> How about not nesting the calls?
> 
>     >>> from os.path import join
>     >>> join(join('x', 'y'), 'z') == join('x', 'y', 'z')
>     True
>     >>>
> 

Great! Thanks. Didn't realise that you could do that... :)

--Paul

All Email originating from UWC is covered by disclaimer 
http://www.uwc.ac.za/portal/public/portal_services/disclaimer.htm 
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to