> > 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
On Monday 29 November 2004 12:10, [EMAIL PROTECTED] wrote:
> Update of /cvsroot/python/python/dist/src/Lib/email
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19040
>
> Modified Files:
> __init__.py
> Log Message:
> There's likely nothing more to do to the email package before Python 2.4
Ok, we're about ready for the 2.4 final release. Please hold off any checkins
post 21:00 UTC (so in about 19-20 hours from now).
Thanks,
Anthony
___
Python-Dev mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe
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
> 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
On Sat, Nov 27, 2004, aurora wrote:
>
> Hi I don't know if I'm sending this to the right mailing list. Anyway
> I have gone through the Python server module code so many times. I
> actually come up with a class diagram to help me navigate it. I wonder
> if this would be useful in offical documentat