Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!bcyclone02.am1.xlned.com!bcyclone02.am1.xlned.com!newsfeed.xs4all.nl!newsfeed3a.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; '(python': 0.07; 'attribute': 0.07; 'derived': 0.09; 'lawrence': 0.09; 'oop': 0.09; 'patch.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'bug': 0.12; 'language.': 0.14; 'footnote': 0.16; 'naming': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subclass': 0.16; 'subject:doc': 0.16; 'attach': 0.16; 'language': 0.16; 'wrote:': 0.18; 'seems': 0.21; 'header:User-Agent:1': 0.23; 'order.': 0.26; 'header:X -Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'raise': 0.29; 'change,': 0.30; "skip:' 10": 0.31; 'breaking': 0.31; 'class': 0.32; 'stuff': 0.32; 'actual': 0.34; 'no,': 0.35; 'consistent': 0.36; 'subject:?': 0.36; 'changing': 0.37; 'to:addr :python-list': 0.38; 'issue': 0.38; 'anything': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'kind': 0.63; 'our': 0.64; 'more': 0.64 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: doc buglets? Date: Mon, 09 Feb 2015 15:55:15 +0000 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: host-92-24-222-48.ppp.as43234.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 In-Reply-To: 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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1423497333 news.xs4all.nl 2922 [2001:888:2000:d::a6]:48259 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3613 X-Received-Body-CRC: 2607906583 Xref: csiph.com comp.lang.python:85379 On 09/02/2015 11:28, Rustom Mody wrote: > Poking around in help() (python 3.4.2) I find > > * PACKAGES > does not seem to have anything on packages > * DYNAMICFEATURES > seems to be some kind of footnote > * SPECIALATTRIBUTES > has 'bases' and 'subclasses'. It seems to me a more consistent naming > for OOP would be in order. These are the OOP-metaphors I am familiar with > - superclass ↔ subclass > - base class ↔ derived class > - parent class ↔ child class > > [Yeah if this is a bug its more than a docbug. > So no, I am not suggesting changing the actual attribute names which would be a > breaking change, just the stuff in help() > ] > So raise an issue and attach a patch. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence