Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: =?UTF-8?Q?Nagy_L=c3=a1szl=c3=b3_Zsolt?= Newsgroups: comp.lang.python Subject: Re: Multiple inheritance, super() and changing signature Date: Sat, 4 Jun 2016 16:42:39 +0200 Lines: 27 Message-ID: References: <80ea0ea1-5468-2dee-2c38-c2b09801d0f1@shopzeus.com> <574e45f4$0$1611$c3e8da3$5496439d@news.astraweb.com> <5752dbc4$0$1596$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de Il3DqICjXR8b7GkyfjJpwAaayMDARFNTWkhtVodqFTAA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.057 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; 'url:releases': 0.09; 'received:io': 0.16; 'received:psf.io': 0.16; 'recreational': 0.16; 'subject:changing': 0.16; 'url:mro': 0.16; 'url:thread': 0.16; 'url:weblogs': 0.16; 'header:In-Reply-To:1': 0.24; 'url:download': 0.24; 'resolution': 0.28; 'url:python': 0.33; 'next': 0.35; 'generic': 0.35; 'url:org': 0.36; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'method': 0.37; 'things': 0.38; 'to:addr:python.org': 0.40; 'url:3': 0.60; 'charset:windows-1252': 0.62; 'url:jsp': 0.72; 'order:': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=shopzeus.com; s=shopzeus_com; t=1465051360; bh=6j6hRKjGvcV/iW2rIWB6AQQ3NGnbdtdcZW+SNInUdo8=; h=Subject:To:References:From:Date:In-Reply-To:From; b=lxGb6jKi20m0u6qGrwyvNbLP7R1Ll1hX2OxiwVlX1mk1Rls4wL/GtE35/TChXtKn5 R6IQspGzVZAi7fS4mSoWHjQ1XsHPn8oDOjzpsvneMwENavfMr2bV3RQycFRRoF4KT6 asiFXg6neDV9Q/y/tD55v9YQPaeI3ch3ZZBAV0oU3qWC1gjSKFDHxiUuU0FuLfDEmj 5BiRbnrXfUZZ5rJQaMbqtT45MqOzpbFXC495ugpN6sNX6NROFeWYgV3O4lBGr3/Mrl FI08h4dUarWMKi5twiLOd+Lvh/4A5n9AfiRGlFjCsNwdVNHIa/ScpnokgcbN9udUZa j7wVhK5AhUsIw== In-Reply-To: <5752dbc4$0$1596$c3e8da3$5496439d@news.astraweb.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <80ea0ea1-5468-2dee-2c38-c2b09801d0f1@shopzeus.com> <574e45f4$0$1611$c3e8da3$5496439d@news.astraweb.com> <5752dbc4$0$1596$c3e8da3$5496439d@news.astraweb.com> Xref: csiph.com comp.lang.python:109482 > > Things to know about super: > Part 1 http://www.artima.com/weblogs/viewpost.jsp?thread=236275 > Part 2 http://www.artima.com/weblogs/viewpost.jsp?thread=236278 > Part 3 http://www.artima.com/weblogs/viewpost.jsp?thread=237121 > > The wonders of super: > http://www.artima.com/weblogs/viewpost.jsp?thread=281127 > > Mixins considered harmful: > Part 1 http://www.artima.com/weblogs/viewpost.jsp?thread=246341 > Part 2 http://www.artima.com/weblogs/viewpost.jsp?thread=246483 > Part 3 http://www.artima.com/weblogs/viewpost.jsp?thread=254367 > Part 4 http://www.artima.com/weblogs/viewpost.jsp?thread=254507 > > Traits as an alternative to MI and mixins: > http://www.artima.com/weblogs/viewpost.jsp?thread=246488 > > Generic functions as an alternative to mixins: > http://www.artima.com/weblogs/viewpost.jsp?thread=237764 > > The Method Resolution Order: > https://www.python.org/download/releases/2.3/mro/ > Very good links! This will be a good recreational reading for the next two days.