[Python-Dev] properties on modules? (original) (raw)

Guido van Rossum guido@python.org
Mon, 13 Jan 2003 14:28:43 -0500


if module.prop would be a property then

from module import prop would probably not do what one may expect... I think this kill it.

You mean I don't get to kill it by BDFL pronouncement? :-)

--Guido van Rossum (home page: http://www.python.org/~guido/)