Re: [Python-Dev] String literal concatenation & docstrings

2004-11-28 Thread Guido van Rossum
> But if you look at Grammar/Grammar you will notice that atom goes to STRING+ > which should cover this. Of course, otherwise it wouldn't work! :-) > Is that grammar.txt file generated from > Grammar/Grammar or is it done by hand? By hand. The reference manual has more detail (Grammar/Grammar d

Re: [Python-Dev] String literal concatenation & docstrings

2004-11-28 Thread Brett C.
Guido van Rossum wrote: Right. Over-clarification results in docs that read like the instructions for the holy hand grenade ;-) Well said. Except that now I can't find the adjacent string literals in the grammar any more! I'm looking al http://www.python.org/dev/doc/devel/ref/grammar.txt The path

Re: [Python-Dev] String literal concatenation & docstrings

2004-11-28 Thread Guido van Rossum
> > Right. Over-clarification results in docs that read like the > > instructions for the holy hand grenade ;-) > > Well said. Except that now I can't find the adjacent string literals in the grammar any more! I'm looking al http://www.python.org/dev/doc/devel/ref/grammar.txt The path goes fro