Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c26d6baf
Commit
c26d6baf
authored
Aug 12, 2000
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated this module after the recent grammar changes
parent
438e87c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
11 deletions
+15
-11
Lib/symbol.py
Lib/symbol.py
+15
-11
No files found.
Lib/symbol.py
View file @
c26d6baf
...
...
@@ -56,17 +56,21 @@ term = 298
factor
=
299
power
=
300
atom
=
301
lambdef
=
302
trailer
=
303
subscriptlist
=
304
subscript
=
305
sliceop
=
306
exprlist
=
307
testlist
=
308
dictmaker
=
309
classdef
=
310
arglist
=
311
argument
=
312
listmaker
=
302
lambdef
=
303
trailer
=
304
subscriptlist
=
305
subscript
=
306
sliceop
=
307
exprlist
=
308
testlist
=
309
dictmaker
=
310
classdef
=
311
arglist
=
312
argument
=
313
list_iter
=
314
list_for
=
315
list_if
=
316
#--end constants--
sym_name
=
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment