Re: [Python-Dev] Problem with inspect and PEP 302

2006-04-30 Thread Phillip J. Eby
At 12:13 PM 4/30/2006 +0200, Georg Brandl wrote: >Recently, the inspect module was updated to conform with PEP 302. > >Now this is broken: > > >>> import inspect > >>> inspect.stack() > >The traceback shows clearly what's going on. However, I don't know how >to resolve the problem. The problem as

[Python-Dev] Problem with inspect and PEP 302

2006-04-30 Thread Georg Brandl
Recently, the inspect module was updated to conform with PEP 302. Now this is broken: >>> import inspect >>> inspect.stack() The traceback shows clearly what's going on. However, I don't know how to resolve the problem. Georg ___ Python-Dev mailing l