On Wed, Jun 22, 2016 at 8:20 AM, Rick Johnson
<rantingrickjohn...@gmail.com> wrote:
> Then one could have added module-level symbols without all
> the semantic hubbub.
>
>     MSFL.foo = 0
>
>     def iter_foo():
>         MSFL.foo += 1
>

And don't forget that you would need to call this function as
MSFL.iter_foo(). Module-level functions are globals too.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to