Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!ecngs!feeder2.ecngs.de!217.188.199.168.MISMATCH!takemy.news.telefonica.de!telefonica.de!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:134': 0.05; 'ignored': 0.07; 'none,': 0.07; 'python3': 0.07; 'builtin': 0.09; 'happens.': 0.09; 'override': 0.09; 'that).': 0.09; 'python': 0.11; 'namespace,': 0.16; 'overridden': 0.16; 'overriding': 0.16; 'header:User-Agent:1': 0.23; 'convenient': 0.24; 'header:In-Reply- To:1': 0.27; 'you?': 0.31; '(unless': 0.31; 'gary': 0.31; 'skip:_ 10': 0.34; 'common': 0.35; 'false': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; "you've": 0.63; 'within': 0.65; 'pardon': 0.84; 'here."': 0.91; 'besides,': 0.93 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqYEALaAUFWGuA9G/2dsb2JhbABch1/JOAKBcwEBAQEBAYUsAQEDASNVBgsLGgIFFgsCAgkDAgECAUUTCAKIIAi0BI5jhEoBAQgCIIEhihiFDBaCUoFFAQSdIIEkhiaLOINVI4N5gzMBAQE Date: Mon, 11 May 2015 12:15:58 +0200 From: Antoon Pardon User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.5.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: anomaly References: <554F9525.5040101@digipen.edu> In-Reply-To: <554F9525.5040101@digipen.edu> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1431339365 news.xs4all.nl 2850 [2001:888:2000:d::a6]:37316 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:90360 Op 10-05-15 om 19:28 schreef Gary Herron: > Common Python thought:: "We're all adults here." If you want to > override a builtin within your own namespace, who are we to stop you? > Besides, it's still available as __builtins__.int (unless you've also > overridden that). This is a common python myth. That is selectively used when convenient and ignored when that is convenient. Try overriding None, True or False in python3 and see what happens. -- Antoon Pardon