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 steven.daprano
Recipients docs@python, rhettinger, steven.daprano, xfq
Date 2016-11-13.10:31:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20161113103114.GQ3365@ando.pearwood.info>
In-reply-to <1479016862.39.0.608372846409.issue28681@psf.upfronthosting.co.za>
Content
> 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.
History
Date User Action Args
2016-11-13 10:31:21steven.dapranosetrecipients: + steven.daprano, rhettinger, docs@python, xfq
2016-11-13 10:31:21steven.dapranolinkissue28681 messages
2016-11-13 10:31:21steven.dapranocreate