summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-10-11 17:35:38 (GMT)
committerGuido van Rossum <guido@python.org>1995-10-11 17:35:38 (GMT)
commitd9e9f9c05d705715826c84006054e7434a3c37ce (patch)
tree63e4e99a6c49f89e983d82703f147bb1ea43856e /Modules/Setup.in
parentca81470a1594d3c70890f0c1db337d3fa747c422 (diff)
downloadcpython-d9e9f9c05d705715826c84006054e7434a3c37ce.zip
cpython-d9e9f9c05d705715826c84006054e7434a3c37ce.tar.gz
cpython-d9e9f9c05d705715826c84006054e7434a3c37ce.tar.bz2
Fred Drake's new parser module
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r--Modules/Setup.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index 5dd3037..2f37a29 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -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