Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.040 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'builtin': 0.09; 'classes.': 0.09; 'patch.': 0.09; 'jan': 0.12; 'bool': 0.16; 'reedy': 0.16; 'subject: \n ': 0.16; 'subject:OOP': 0.16; 'subject:object': 0.16; 'subject:possible': 0.16; 'subject:programming': 0.16; 'subject:type': 0.16; 'wrote:': 0.18; 'case.': 0.24; 'mon,': 0.24; '15,': 0.26; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'leave': 0.29; 'message- id:@mail.gmail.com': 0.30; 'received:209.85': 0.35; 'one,': 0.35; 'received:google.com': 0.35; 'two': 0.37; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'skip:n 10': 0.64; 'decided': 0.64; 'subject:The': 0.64; 'here': 0.66; 'believe': 0.68; 'other.': 0.75; 'received:209.85.160.50': 0.84; 'received:mail- pb0-f50.google.com': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=ubUZf8iwt/enJbGZ+SPK5vhuktan3rdsGQKC/nNLNrA=; b=iu14ID2Y/NVJml6Je6vqNsgfZcEzu1GpKcW56mNBEeMvEq8A7FDWn6qZ7qGtvICFZ+ XB1PiylTPUtcpETkr77FapP/UxBX3v7kIb/92byB4AqUHEJ6g9tAWelwCZtj4pT3hTkk BqRWjo9fZxt4a04dgmQb3RWsbQDUkvw+OO1SLebJAOuhixzITp0kdQvRaPUeTX0Xtu88 sYeOhN38yAQQarva6jFZaUtY5S6NaEm1Xr3N3LO6b7HGGC3hLoXSr2E+Z/dZAc4QIEl9 q8TK10Ow8E6nuZVnqiJTl+ajHTp9lxZP8rYKN0Ud1LJWeKJ7BtVxhq9P7rvVy/R2+uGS Jxcw== X-Received: by 10.68.14.104 with SMTP id o8mr886460pbc.92.1366087650634; Mon, 15 Apr 2013 21:47:30 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <516bd241$0$29872$c3e8da3$5496439d@news.astraweb.com> <516C3C44.6010706@rece.vub.ac.be> <516cb85b$0$29977$c3e8da3$5496439d@news.astraweb.com> From: Ian Kelly Date: Mon, 15 Apr 2013 22:46:49 -0600 Subject: Re: The type/object distinction and possible synthesis of OOP and imperative programming languages To: Python Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1366087660 news.xs4all.nl 2601 [2001:888:2000:d::a6]:42450 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43659 On Mon, Apr 15, 2013 at 9:17 PM, Terry Jan Reedy wrote: > I will keep the above in mind if I write or review a patch. here are 4 > non-subclassable builtin classes. Two are already documented. Bool in one, > forget which other. I believe it was recently decided to leave the other two > as is given the absence of any practical use case. The four are bool, NoneType, slice and ellipsis, I believe.