Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf8d285

Browse files
committed
Changes in support of PEP 269.
1 parent 66ebd91 commit cf8d285

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ What's New in Python 2.3 beta 1?
1212
Core and builtins
1313
-----------------
1414

15+
- In support of PEP 269 (making the pgen parser generator accessible
16+
from Python), some changes to the pgen code structure were made; a
17+
few files that used to be linked only with pgen are now linked with
18+
Python itself.
19+
1520
- The repr() of a weakref object now shows the __name__ attribute of
1621
the referenced object, if it has one.
1722

0 commit comments

Comments
 (0)