[Types-sig] consensus(?) summary (was: Type annotations)

Skip Montanaro skip@mojam.com (Skip Montanaro)
Thu, 16 Dec 1999 15:43:17 -0600 (CST)


    >> * non-local writes are checked at runtime (by default)

    Greg> Hrm. Is there an easy rule to determine this? 

In particular, is the following a non-local write?

    import sys
    p = sys.path
    p.append("/usr/local/lib/other")

Skip Montanaro | http://www.mojam.com/
skip@mojam.com | http://www.musi-cal.com/
847-971-7098   | Python: Programming the way Guido indented...