1.1 --- a/README.txt Sat Feb 09 02:35:57 2008 +0100
1.2 +++ b/README.txt Sat Feb 09 19:37:38 2008 +0100
1.3 @@ -82,16 +82,18 @@
1.4 function locals are completely distinct from this structure and are not
1.5 comparable to attributes.
1.6
1.7 -For modules, the invocation reference would point to the start of the
1.8 -module's code:
1.9 +For modules, there is no meaningful invocation reference:
1.10
1.11 Module m:
1.12
1.13 0 1 2 3 4
1.14 - code for m code module type attribute ...
1.15 - reference reference (global)
1.16 + code for m (unused) module type attribute ...
1.17 + reference (global)
1.18 reference
1.19
1.20 +Both classes and modules have code in their definitions, but this would be
1.21 +generated in order and not referenced externally.
1.22 +
1.23 Invocation Operation
1.24 --------------------
1.25