Re: Fix the current test suite
From: Greg Stein <gstein_at_lyra.org>
Date: 2001-05-09 02:52:19 CEST
On Tue, May 08, 2001 at 05:46:12PM -0500, Ben Collins-Sussman wrote:
Python never monkeys with your namespace behind your back. If you want a
[ yes, the module was probably loaded by something else, but that doesn't
In general, Python takes great care with not polluting namespaces. That is
from some_module import *
Is so frowned upon. Who knows what names will be created in your namespace?
As an anology, in C/C++, doing #include <header.h> will inject all kinds of
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:36:30 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.