Re: os.path.join

2007-05-01 Thread Elliot Peele
On Tue, 2007-05-01 at 19:27 -0700, 7stud wrote: > On May 1, 7:36 pm, Elliot Peele <[EMAIL PROTECTED]> wrote: > > Why does os.path.join('/foo', '/bar') return '/bar' rather than > > '/foo/bar'? That just seems rather counter intuitive. &

Re: os.path.join

2007-05-01 Thread Elliot Peele
On Tue, 2007-05-01 at 21:26 -0500, Michael Bentley wrote: > On May 1, 2007, at 8:36 PM, Elliot Peele wrote: > > > Why does os.path.join('/foo', '/bar') return '/bar' rather than > > '/foo/bar'? That just seems rather counter intuitive.

os.path.join

2007-05-01 Thread Elliot Peele
Why does os.path.join('/foo', '/bar') return '/bar' rather than '/foo/bar'? That just seems rather counter intuitive. Elliot -- http://mail.python.org/mailman/listinfo/python-list