[Python-checkins] CVS: python/dist/src/Parser pgen.c,2.15,2.16

Thomas Wouters python-dev@python.org
2000年7月16日 05:04:34 -0700


Update of /cvsroot/python/python/dist/src/Parser
In directory slayer.i.sourceforge.net:/tmp/cvs-serv11187/Parser
Modified Files:
	pgen.c 
Log Message:
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
comments, docstrings or error messages. I fixed two minor things in
test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't").
There is a minor style issue involved: Guido seems to have preferred English
grammar (behaviour, honour) in a couple places. This patch changes that to
American, which is the more prominent style in the source. I prefer English
myself, so if English is preferred, I'd be happy to supply a patch myself ;)
Index: pgen.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/pgen.c,v
retrieving revision 2.15
retrieving revision 2.16
diff -C2 -r2.15 -r2.16
*** pgen.c	2000年07月09日 03:09:56	2.15
--- pgen.c	2000年07月16日 12:04:32	2.16
***************
*** 576,580 ****
 [Aho&Ullman 77]. It does not always finds the minimal DFA,
 but it does usually make a much smaller one... (For an example
! of sub-optimal behaviour, try S: x a b+ | y a b+.)
 */
 
--- 576,580 ----
 [Aho&Ullman 77]. It does not always finds the minimal DFA,
 but it does usually make a much smaller one... (For an example
! of sub-optimal behavior, try S: x a b+ | y a b+.)
 */
 

AltStyle によって変換されたページ (->オリジナル) /