[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r992050 - /subversion/trunk/subversion/tests/cmdline/merge_tests.py

From: Paul Burba <ptburba_at_gmail.com>
Date: Thu, 2 Sep 2010 15:33:13 -0400

On Thu, Sep 2, 2010 at 3:18 PM, Bert Huijben <bert_at_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
';'
Received on 2010-09-02 21:34:07 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.