From: doko@ubuntu.com Date: Tue, 9 Apr 2013 15:34:39 +0000 (+0200) Subject: - Issue #17682: Add the _io module to Modules/Setup.dist (commented out). X-Git-Tag: v2.7.5~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ef41abc7cbb85f73c97eabcdda574ac9a3edca0;p=thirdparty%2FPython%2Fcpython.git - Issue #17682: Add the _io module to Modules/Setup.dist (commented out). --- diff --git a/Misc/NEWS b/Misc/NEWS index 161776daa04c..b6f15f33b37c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -6,6 +6,11 @@ What's New in Python 2.7.5? *Release date: XXXX-XX-XX* +Build +----- + +- Issue #17682: Add the _io module to Modules/Setup.dist (commented out). + Core and Builtins ----------------- diff --git a/Modules/Setup.dist b/Modules/Setup.dist index 289d4b4ef843..2ad1aa33d33d 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -191,6 +191,9 @@ GLHACK=-Dclear=__GLclear # access to ISO C locale support #_locale _localemodule.c # -lintl +# Standard I/O baseline +#_io -I$(srcdir)/Modules/_io _io/bufferedio.c _io/bytesio.c _io/fileio.c _io/iobase.c _io/_iomodule.c _io/stringio.c _io/textio.c + # Modules with some UNIX dependencies -- on by default: # (If you have a really backward UNIX, select and socket may not be