[Python-checkins] python/dist/src/Misc NEWS,1.728,1.729

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Thu, 17 Apr 2003 09:53:31 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv14311

Modified Files:
	NEWS 
Log Message:
Changes in support of PEP 269.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.728
retrieving revision 1.729
diff -C2 -d -r1.728 -r1.729
*** NEWS	16 Apr 2003 21:13:21 -0000	1.728
--- NEWS	17 Apr 2003 16:53:26 -0000	1.729
***************
*** 13,16 ****
--- 13,21 ----
  -----------------
  
+ - In support of PEP 269 (making the pgen parser generator accessible
+   from Python), some changes to the pgen code structure were made; a
+   few files that used to be linked only with pgen are now linked with
+   Python itself.
+ 
  - The repr() of a weakref object now shows the __name__ attribute of
    the referenced object, if it has one.