[docs] [issue28681] About function renaming in the tutorial

Raymond Hettinger report at bugs.python.org
Sun Nov 13 01:01:02 EST 2016


Raymond Hettinger added the comment:

To me, this is renaming:

     def f(x): pass
     f.__name__ = g

And this is aliasing:

     g = f

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28681>
_______________________________________


More information about the docs mailing list