[Python-Dev] Inspect Patch for IronPython (and Jython?) Compatibility

2007-06-19 Thread Michael Foord
Hello all, I've just submitted a patch on sourceforge to make inspect compatible with IronPython (and Jython I think). This patch originally comes from the IPCE ( http://fepy.sf.net ) project by Seo Sanghyeon. It is a trivial change really. The patch is number 1739696

Re: [Python-Dev] Inspect Patch for IronPython (and Jython?) Compatibility

2007-06-19 Thread Guido van Rossum
Let's definitely add this to the trunk (2.6). It sounds fine to me as a bugfix too, since (from your description) it doesn't change the behavior at all in CPython. I won't have the time to submit this, but I'm sure there are others here who do. --Guido On 6/19/07, Michael Foord [EMAIL

Re: [Python-Dev] Inspect Patch for IronPython (and Jython?) Compatibility

2007-06-19 Thread Michael Foord
Guido van Rossum wrote: Let's definitely add this to the trunk (2.6). It sounds fine to me as a bugfix too, since (from your description) it doesn't change the behavior at all in CPython. Great. It looks to me like the patch will apply fine against release25-maint. No behaviour change.