|
From: Richard J. <rj...@ek...> - 2002-12-19 03:11:18
|
On Thu, 19 Dec 2002 1:59 pm, Richard Jones wrote:
> On Thu, 19 Dec 2002 12:17 pm, David Goodger wrote:
> > I've also added a "showdoc" script to test/test_readers/test_python
> > which processes input from the test_parser.py module, or stdin,
> > depending on how it's called. Please play with these; any input is
> > welcome.
>
> I've found a module it breaks on ;)
>
> I'm looking into why right now...
This breaks, still looking into it:
class foo:
def __init__(self):
x = self.frozz(a="a", b="b")
[there's a problem with trying to pop the closing bracket from the stack, the
stack is already empty]
Richard
|