On Thu, Sep 02, 2010 at 03:33:13PM -0400, Paul Burba wrote:
> On Thu, Sep 2, 2010 at 3:18 PM, Bert Huijben <b...@qqmail.nl> wrote:
> > $ python
> > ActivePython 2.6.1.1 (ActiveState Software Inc.) based on
> > Python 2.6.1 (r261:67515, Dec  5 2008, 13:58:38) [MSC v.1500 32 bit 
> > (Intel)] on
> > win32
> > Type "help", "copyright", "credits" or "license" for more information.
> >>>> import os;
> >>>> print os.sep;
> > \
> >>>> print os.pathsep;
> > ;
> >>>> print os.path.sep;
> > \
> >
> >
> > Nice ;-)
> 
> And don't forget
> 
> >>> os.path.pathsep
> ';'

Clearly a case for the department of redundancy department...

Reply via email to