Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ebd91 commit cf8d285Copy full SHA for cf8d285
1 file changed
Misc/NEWS
@@ -12,6 +12,11 @@ What's New in Python 2.3 beta 1?
12
Core and builtins
13
-----------------
14
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
+
20
- The repr() of a weakref object now shows the __name__ attribute of
21
the referenced object, if it has one.
22
0 commit comments