diff options
author | Guido van Rossum <guido@python.org> | 2003-04-17 16:53:26 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-04-17 16:53:26 (GMT) |
commit | cf8d285ba321dcb1c479a16d15e0224b3ad05970 (patch) | |
tree | 39a11a9e0e5ca9b9796c9331be16d38328d9fe59 /Misc | |
parent | 66ebd9124491aada8e3e6b5f3da7f5ec93019abf (diff) | |
download | cpython-cf8d285ba321dcb1c479a16d15e0224b3ad05970.zip cpython-cf8d285ba321dcb1c479a16d15e0224b3ad05970.tar.gz cpython-cf8d285ba321dcb1c479a16d15e0224b3ad05970.tar.bz2 |
Changes in support of PEP 269.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |