[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: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 2 Sep 2010 21:53:54 +0200

On Thu, Sep 02, 2010 at 03:33:13PM -0400, Paul Burba wrote:
> 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
> ';'

Clearly a case for the department of redundancy department...
Received on 2010-09-02 21:54:35 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.