Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 2008 18:37:16 GMT
From:      Victor Hugo Bilouro <bilouro@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 142466 for review
Message-ID:  <200805281837.m4SIbGOX080370@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=142466

Change 142466 by bilouro@bilouro_tcptest on 2008/05/28 18:36:53

	       This test python import scope.
	
	       When we import something in public scope of (a) script, others scripts that import (a) script, automatically inherits its imports. *Except* by using "from <module> import <specific_resource>".
	
	       sources: import-test-*

Affected files ...

.. //depot/projects/soc2008/bilouro_tcptest/src/others/import-test-declaration.py#1 add
.. //depot/projects/soc2008/bilouro_tcptest/src/others/import-test-uses-declaration.py#1 add

Differences ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805281837.m4SIbGOX080370>