...in my machine with no Internet connection. I saw what's happening: there's a test in BasicTests that tries to access "svn.python.org".
It's strange, because this test is an exact copy of the one in NetworkTest (but the latter is included only if the "network" resource is enabled). Seeing more in deep, I saw that Bill replaced in r58164, in this BasicTest, a lot of previous code (I think that from r57464) that actually tested it *locally*. Do you know if there's a good reason to this? I'm sure that making a network test if the resource is not available is not a good thing, and as the test is just repeated, it can be removed, but maybe this is part of a bigger mistake... that's why I'm asking. Thanks!! -- . Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com