[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 6130 - trunk/tools/cvs2svn

From: <kfogel_at_collab.net>
Date: 2003-06-03 16:52:49 CEST

Greg Stein <gstein@lyra.org> writes:
> Up until Python 2.2, there were only three scopes for any block of code:
>
> 1) local scope
> 2) global scope
> 3) builtin scope
>
> Starting with Python 2.2, you can use variables from enclosing blocks.
>
> So... since our test suite is defined for Python 2.0, you must work with
> just the three scopes.

Thanks!

(Found http://www.python.org/peps/pep-0227.html, which goes into some
detail about this.)

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 3 17:37:14 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.