This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients docs@python, rhettinger, steven.daprano, xfq
Date 2016-11-13.06:01:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479016862.39.0.608372846409.issue28681@psf.upfronthosting.co.za>
In-reply-to
Content
To me, this is renaming:

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

And this is aliasing:

     g = f
History
Date User Action Args
2016-11-13 06:01:02rhettingersetrecipients: + rhettinger, steven.daprano, docs@python, xfq
2016-11-13 06:01:02rhettingersetmessageid: <1479016862.39.0.608372846409.issue28681@psf.upfronthosting.co.za>
2016-11-13 06:01:02rhettingerlinkissue28681 messages
2016-11-13 06:01:02rhettingercreate