anomaly

Gregory Ewing greg.ewing at canterbury.ac.nz
Tue May 12 01:37:16 EDT 2015


Steven D'Aprano wrote:
> With programming languages, the designer can take the same route as Pascal
> or Java, and define standard functions as keywords that cannot be shadowed
> or redefined.

Nit: Pascal's standard types and functions are not reserved
words, they're predeclared identifiers, much as in Python,
and as far as I know can be shadowed.

-- 
Greg



More information about the Python-list mailing list