
Nov. 13, 2016
10:31 a.m.
Steven D'Aprano added the comment:
And this is aliasing: g = f
Is it only aliasing if you know that f is a function? I don't mean that as a rhetorical question -- I'm asking if we're comfortable with the idea of saying that g is an alias when f is (say) a float. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue28681> _______________________________________