We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4dc91 commit 78c1c4dCopy full SHA for 78c1c4d
Modules/Setup.dist
@@ -115,6 +115,7 @@ pwd pwdmodule.c # this is needed to find out the user's home dir
115
# if $HOME is not set
116
_sre _sre.c # Fredrik Lundh's new regular expressions
117
_codecs _codecsmodule.c # access to the builtin codecs and codec registry
118
+_fileio _fileio.c # Standard I/O baseline
119
120
# The zipimport module is always imported at startup. Having it as a
121
# builtin module avoids some bootstrapping problems and reduces overhead.
0 commit comments