From: Guido van Rossum Date: Thu, 17 Apr 2003 16:53:26 +0000 (+0000) Subject: Changes in support of PEP 269. X-Git-Tag: v2.3c1~1152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf8d285ba321dcb1c479a16d15e0224b3ad05970;p=python Changes in support of PEP 269. --- 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.