[Python-3000] Backward compatibility for "nonlocal"

Ka-Ping Yee python at zesty.ca
Mon Nov 6 01:17:03 CET 2006


On Sun, 5 Nov 2006, Ka-Ping Yee wrote:
>     nonlocal      0       0
>     use           2       2
>     using         3       3
>     reuse         0       4
>     free          8       8
>     outer         5     147
>     global      126     214

Oops, i forgot to explain: the first column is the count not including
tests; the second column is the count in the entire Lib/ directory.


-- ?!ng


More information about the Python-3000 mailing list