[Python-checkins] python/nondist/peps pep-0306.txt,1.1,1.2

mwh@users.sourceforge.net mwh@users.sourceforge.net
Thu, 30 Jan 2003 02:27:47 -0800


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv18166

Modified Files:
	pep-0306.txt 
Log Message:
Update after comments from Guido.


Index: pep-0306.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0306.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pep-0306.txt	29 Jan 2003 15:07:17 -0000	1.1
--- pep-0306.txt	30 Jan 2003 10:27:45 -0000	1.2
***************
*** 22,26 ****
  
      This PEP is not intended to be an instruction manual on Python
!     grammar hacking.
  
  
--- 22,26 ----
  
      This PEP is not intended to be an instruction manual on Python
!     grammar hacking, for several reasons.
  
  
***************
*** 50,53 ****
--- 50,63 ----
         suite, didn't you?  There's a script in Tools/compiler that
         does this.
+ 
+     __ If you've gone so far as to change the token structure of
+        Python, then the tokenizer library module will need to be
+        changed.
+ 
+     __ Certain changes may require tweaks to the library module
+        pycblr.
+ 
+     __ Jython too will need work, but I don't know what.  Explanations
+        gratefully received.