Changes in support of PEP 269.

This commit is contained in:
Guido van Rossum 2003-04-17 16:53:26 +00:00
parent 66ebd91244
commit cf8d285ba3
1 changed files with 5 additions and 0 deletions

View File

@ -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.