summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5cc7ce8..0c96ac9 100644
--- 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.