Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!news-2.dfn.de!news.dfn.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: anomaly Date: Tue, 12 May 2015 17:37:16 +1200 Lines: 11 Message-ID: References: <554F9525.5040101@digipen.edu> <5550815E.5080600@rece.vub.ac.be> <5550a1d4$0$13013$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net 1EpXTe+5BaVwz5bbE2qIcgq6OTCU6jBU5vC7MKozBEGcJqICb3 Cancel-Lock: sha1:1puWmvaPPNaR3D7ldbJDzuULbHI= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: <5550a1d4$0$13013$c3e8da3$5496439d@news.astraweb.com> Xref: csiph.com comp.lang.python:90433 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