diff options
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index ef85db3..bfd74b5 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -111,10 +111,10 @@ pwd pwdmodule.c # this is needed to find out the user's home dir # if $HOME is not set _sre _sre.c # Fredrik Lundh's new regular expressions _codecs _codecsmodule.c # access to the builtin codecs and codec registry -_fileio _fileio.c # Standard I/O baseline _weakref _weakref.c # weak references -_bytesio _bytesio.c # For Lib/io.py -_stringio _stringio.c # For Lib/io.py + +# Standard I/O baseline +_io io.c _iobase.c _fileio.c _bytesio.c _bufferedio.c _textio.c _stringio.c # The zipimport module is always imported at startup. Having it as a # builtin module avoids some bootstrapping problems and reduces overhead. @@ -164,7 +164,6 @@ _symtable symtablemodule.c #_collections _collectionsmodule.c # Container types #itertools itertoolsmodule.c # Functions creating iterators for efficient looping #atexit atexitmodule.c # Register functions to be run at interpreter-shutdown -#_functools _functoolsmodule.c # Tools for working with functions and callable objects #_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c # elementtree accelerator #_pickle _pickle.c # pickle accelerator #datetime datetimemodule.c # date/time type |