From cf8d285ba321dcb1c479a16d15e0224b3ad05970 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 17 Apr 2003 16:53:26 +0000 Subject: Changes in support of PEP 269. --- Misc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 5cc7ce8972..0c96ac9cc6 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. -- cgit v1.2.1