Subclassing in C

Leif K-Brooks eurleif at ecritters.biz
Tue Sep 14 20:08:36 EDT 2004


Michael Hudson wrote:
> Iker Arizmendi <iker at research.att.com> writes:
> 
>>(*) The class I'm deriving from is defined in another
>>extension module and it has its own tp_getattr method.
> 
> 
> Hmm.  I take it *it's* tp_getattr[o] method isn't
> PyObject_GenericGetAttr then?

[Emphasis not mine.]

Sorry, but Iker had it right and you had it wrong. "Its", with no 
apostrophe, is possessive; "it's", with an apostrophe, is a contraction 
of "it is". Therefor, "It's red." and "Its color is red." are both correct.



More information about the Python-list mailing list