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

Re: svn commit: r20191 - trunk/subversion/tests/cmdline

From: Paul Burba <paulb_at_softlanding.com>
Date: 2006-06-21 19:00:10 CEST

Blair Zajac <blair@orcaware.com> wrote on 06/21/2006 12:33:31 PM:

> Kamesh Jayachandran wrote:
> Not being an expert, is there any preference to os.name or sys.platform.
>
> With cygwin's Python, what are the two values? I don't have a Windows
box to
> test here.

$ python
Python 2.4.3 (#1, May 18 2006, 07:40:45)
[GCC 3.3.3 (cygwin special)] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys, os
>>> sys.platform
'cygwin'
>>> os.name
'posix'
>>>

Paul B.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 21 19:02:26 2006

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.