[issue4968] Clarify inspect.is method docs

2010-10-15 Thread Georg Brandl
Georg Brandl added the comment: Committed suggestions with a few changes in r85541. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue4968] Clarify inspect.is method docs

2010-07-11 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 3.0 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4968] Clarify inspect.is method docs

2010-07-11 Thread Georg Brandl
Georg Brandl added the comment: No, I've just had no time to review the suggested changes. -- assignee: georg.brandl -> d...@python nosy: +d...@python ___ Python tracker ___

[issue4968] Clarify inspect.is method docs

2010-07-04 Thread Mark Lawrence
Mark Lawrence added the comment: Has this issue simply slipped under the radar? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Pytho

[issue4968] Clarify inspect.is method docs

2009-01-16 Thread Terry J. Reedy
New submission from Terry J. Reedy : inspect module in 3.0 .isclass: says "Return true if the object is a class." Since the issue of builtin versus Python coded is involved in all the other methods below, I would expand this to "Return true if the object is a class, whether built-in or Python-co