]> granicus.if.org Git - python/commitdiff
Changes in support of PEP 269.
authorGuido van Rossum <guido@python.org>
Thu, 17 Apr 2003 16:53:26 +0000 (16:53 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Apr 2003 16:53:26 +0000 (16:53 +0000)
Misc/NEWS

index 5cc7ce8972a0d7e7becd3a663f1e182c9b158e6d..0c96ac9cc6e36571c3efd14be5b2a9f48311ab98 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,11 @@ What's New in Python 2.3 beta 1?
 Core and builtins
 -----------------
 
+- 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.