Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.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.044 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'before.': 0.09; 'contexts': 0.09; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'hmm.': 0.16; 'opposite': 0.16; 'wrote:': 0.16; 'of.': 0.22; 'pass': 0.22; "i've": 0.24; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; "i'm": 0.29; 'hacker': 0.29; 'up:': 0.29; 'class': 0.33; 'another': 0.34; 'definition': 0.34; 'message-id:@gmail.com': 0.35; 'to:addr:python-list': 0.35; 'heard': 0.36; 'subject:: ': 0.37; 'received:org': 0.38; 'mean': 0.38; 'pm,': 0.39; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'subject:-': 0.39; 'term': 0.60; 'john': 0.61; 'charset:windows-1252': 0.65; 'dr.': 0.69 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Tue, 16 Jun 2015 22:39:21 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: mix-in classes References: <5561b200$0$13002$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1434515967 news.xs4all.nl 2837 [2001:888:2000:d::a6]:34521 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92723 On 06/16/2015 07:55 PM, Dr. John Q. Hacker wrote: > Interesting. This brings up an issue another poster brought up: In my > usage of the term "parent", I use it to mean the class that is a product of > object composition: > > class Parent(child1, child2): pass Hmm. This is a definition of "parent" I've never heard of before. And it's opposite to the use of the word in all contexts I'm aware of.