Issue526672

classification
Title: inspect not supported
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: crotwell, fwierzbicki, leouserz, pedronis
Priority: low Keywords:

Created on 2002-03-06.22:32:46 by pedronis, last changed 2008-11-01.13:23:56 by fwierzbicki.

Messages
msg598 (view) Author: Samuele Pedroni (pedronis) Date: 2002-03-06.22:32:46
*wink*
msg599 (view) Author: Deleted User leouserz (leouserz) Date: 2006-12-21.15:17:52
this is kinda of here now, in Jython3005 you can import inspect and there are some functions to work with.  But in comparison to what appears available in Python 2.5(or even earlier) it is only a small slice of support.

leouser
msg3105 (view) Author: Philip Crotwell (crotwell) Date: 2008-03-25.19:23:11
Patch in Issue1014 helps with inspect.getargspec() for java methods.
msg3728 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2008-11-01.13:23:55
Since we do have an inspect now, even if it isn't complete, I think we
can close this bug.  Future bugs of the form "inspect does not do X" or
even better "here is a patch to make inspect do Y" (like #1014) are very
welcome.
History
Date User Action Args
2008-11-01 13:23:56fwierzbickisetstatus: open -> closed
nosy: + fwierzbicki
resolution: fixed
messages: + msg3728
2008-03-25 19:23:11crotwellsetnosy: + crotwell
messages: + msg3105
2002-03-06 22:32:46pedroniscreate