A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2003-October/039610.html below:

[Python-Dev] replacing 'global'

[Python-Dev] replacing 'global' [Python-Dev] replacing 'global'Nick Coghlan ncoghlan at iinet.net.au
Mon Oct 27 03:31:32 EST 2003
Skip Montanaro strung bits together to say:
> This is one place I think an extension of the global statement has a
> definite advantage:
> 
>     def f():
>         def g():
>             global z in f
>             z = x
> 

Alternately (using Just's 'rebinding non-local' syntax:

   def f():
     z = None
     def g():
       z := x

Cheers,
Nick.

-- 
Nick Coghlan           |              Brisbane, Australia
ICQ#: 68854767         |               ncoghlan at email.com
Mobile: 0409 573 268   |   http://www.talkinboutstuff.net
"Let go your prejudices,
               lest they limit your thoughts and actions."


More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4