Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #85379

Re: doc buglets?

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: doc buglets?
Date 2015-02-09 15:55 +0000
References <cf5d6342-810a-4b7f-b644-aefbc7254b3f@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.18562.1423497333.18130.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

doc buglets? Rustom Mody <rustompmody@gmail.com> - 2015-02-09 03:28 -0800
  Re: doc buglets? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-02-09 15:55 +0000
    Re: doc buglets? Rustom Mody <rustompmody@gmail.com> - 2015-02-10 03:40 -0800

csiph-web