Re: [Python-Dev] Patch logging module for IronPython compatibility

2009-02-17 Thread Michael Foord
Michael Foord wrote: Hello all, Issue 5287 is a patch for the logging module for compatibility with IronPython. IronPython provides sys._getframe but it throws an exception if you call it with a non-zero depth. This may be fixed in a future version of IronPython. http://bugs.python.org/issue528

[Python-Dev] Patch logging module for IronPython compatibility

2009-02-17 Thread Michael Foord
Hello all, Issue 5287 is a patch for the logging module for compatibility with IronPython. IronPython provides sys._getframe but it throws an exception if you call it with a non-zero depth. This may be fixed in a future version of IronPython. http://bugs.python.org/issue5287 It doesn't at all c