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