Re: [Python-Dev] __objclass__ documentation

2013-10-13 Thread Ethan Furman
On 10/13/2013 04:44 AM, Nick Coghlan wrote: On 13 Oct 2013 08:27, "Ethan Furman" wrote: It was pointed in Issue16938[1] that __objclass__ is not documented anywhere. Is the following an appropriate description? (in Doc/reference/datamodel.rst in user-defined functions) +---

Re: [Python-Dev] __objclass__ documentation

2013-10-13 Thread Nick Coghlan
On 13 Oct 2013 08:27, "Ethan Furman" wrote: > > It was pointed in Issue16938[1] that __objclass__ is not documented anywhere. > > Is the following an appropriate description? (in Doc/reference/datamodel.rst > in user-defined functions) > > > > +-+

Re: [Python-Dev] __objclass__ documentation

2013-10-13 Thread Ethan Furman
On 10/12/2013 11:18 PM, Cameron Simpson wrote: On 12Oct2013 15:03, Ethan Furman wrote: It was pointed in Issue16938[1] that __objclass__ is not documented anywhere. Is the following an appropriate description? (in Doc/reference/datamodel.rst in user-defined functions) +

Re: [Python-Dev] __objclass__ documentation

2013-10-12 Thread Cameron Simpson
On 12Oct2013 15:03, Ethan Furman wrote: > It was pointed in Issue16938[1] that __objclass__ is not documented anywhere. > > Is the following an appropriate description? (in Doc/reference/datamodel.rst > in user-defined functions) > +-+---

[Python-Dev] __objclass__ documentation

2013-10-12 Thread Ethan Furman
It was pointed in Issue16938[1] that __objclass__ is not documented anywhere. Is the following an appropriate description? (in Doc/reference/datamodel.rst in user-defined functions) +-+---+---+ | :attr:`__objclass__`|