PERFORCE change 142466 for review

Victor Hugo Bilouro bilouro at FreeBSD.org
Wed May 28 18:37:17 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=142466

Change 142466 by bilouro at 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 ...


More information about the p4-projects mailing list