diff options
Diffstat (limited to 'Modules/Setup')
-rw-r--r-- | Modules/Setup | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Modules/Setup b/Modules/Setup index 02cfb67..5d428d5 100644 --- a/Modules/Setup +++ b/Modules/Setup @@ -134,9 +134,6 @@ faulthandler faulthandler.c # can call _PyTraceMalloc_NewReference(). _tracemalloc _tracemalloc.c -# PEG-based parser module -- slated to be *the* parser -_peg_parser _peg_parser.c - # The rest of the modules listed in this file are all commented out by # default. Usually they can be detected and built as dynamically # loaded modules by the new setup.py script added in Python 2.1. If @@ -331,10 +328,6 @@ _symtable symtablemodule.c # Helper module for various ascii-encoders #binascii binascii.c -# Fred Drake's interface to the Python parser -#parser parsermodule.c - - # Andrew Kuchling's zlib module. # This require zlib 1.1.3 (or later). # See http://www.gzip.org/zlib/ |