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

Re: svn commit: r24909 - branches/ctypes-python-bindings/csvn/core

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2007-05-03 11:25:33 CEST

On Wed, May 02, 2007 at 09:52:57PM -0700, glasser@tigris.org wrote:
> ==============================================================================
> --- branches/ctypes-python-bindings/csvn/core/__init__.py (original)
> +++ branches/ctypes-python-bindings/csvn/core/__init__.py Wed May 2 21:52:57 2007
> @@ -6,6 +6,9 @@
> from csvn.ext.listmixin import ListMixin
> import sys
>
> +TRUE=1
> +FALSE=0
> +

I'm curious: how do these differ from Python (2.5's) True and False?
Are we expecting that people will use TRUE and FALSE in their code, or
are they just an implementation detail?

Regards,
Malcolm

  • application/pgp-signature attachment: stored
Received on Thu May 3 11:26:08 2007

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.