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 ';'