Message 280688 - Python tracker
Message280688
| 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:02 | rhettinger | set | recipients: + rhettinger, steven.daprano, docs@python, xfq |
| 2016-11-13 06:01:02 | rhettinger | set | messageid: <1479016862.39.0.608372846409.issue28681@psf.upfronthosting.co.za> |
| 2016-11-13 06:01:02 | rhettinger | link | issue28681 messages |
| 2016-11-13 06:01:02 | rhettinger | create | |