micropython

Change of README.txt

43:7adb33e8b1d1
README.txt
     1.1 --- a/README.txt	Fri Feb 15 23:50:15 2008 +0100
     1.2 +++ b/README.txt	Sun Feb 17 02:38:04 2008 +0100
     1.3 @@ -316,6 +316,10 @@
     1.4  containers" would be used exclusively for this purpose; the StoreAttrIndex
     1.5  instruction would be used exclusively for all other attribute assignments.
     1.6  
     1.7 +To ensure the "sealing" of modules and classes, entries in the attribute
     1.8 +lookup table would encode whether a class or module is being accessed, so
     1.9 +that the StoreAttrIndex instruction could reject such accesses.
    1.10 +
    1.11  Constant Attribute Values
    1.12  -------------------------
    1.13