mirror of https://github.com/python/cpython
Fred Drake's new parser module
This commit is contained in:
parent
ca81470a15
commit
d9e9f9c05d
|
@ -100,7 +100,7 @@ signal signalmodule.c # signal(2)
|
|||
|
||||
array arraymodule.c # array objects
|
||||
math mathmodule.c -lm # math library functions, e.g. sin()
|
||||
parser parsermodule.c # raw interface to the Python parser
|
||||
parser parsermodule.c # Fred Drake's interface to the Python parser
|
||||
regex regexmodule.c regexpr.c # Regular expressions, GNU Emacs style
|
||||
strop stropmodule.c # fast string operations implemented in C
|
||||
struct structmodule.c # binary structure packing/unpacking
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue