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

Re: svn commit: rev 5750 - branches/cvs2svn-kfogel/tools/cvs2svn

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-04-29 20:01:35 CEST

"Jeffrey C. Ollie" <jeff@ollie.clive.ia.us> writes:
> The main problem with using os.path.{join|split} is that their behavior
> changes depending on platform. Directly using posixpath ensures that
> '/' is used to separate directories and not ':' or '\'. But depending
> on an undocumented module (even one as important as posixpath) probably
> isn't the best either. Which is why I suggested using custom
> subroutines (potentially cribbed from posixpath). With some
> subroutines, you can make sure that you don't get doubled slashes, etc.

No, I'm talking about the string module, not os.path.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 29 20:48:34 2003

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.