diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2013-04-09 15:34:39 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2013-04-09 15:34:39 (GMT) |
commit | 5ef41abc7cbb85f73c97eabcdda574ac9a3edca0 (patch) | |
tree | e2193797e8d6e00e335f75d89ba8b38b72c45491 | |
parent | 789299f85802caddcb2bdd3f0c367c9f1b07a03b (diff) | |
download | cpython-5ef41abc7cbb85f73c97eabcdda574ac9a3edca0.zip cpython-5ef41abc7cbb85f73c97eabcdda574ac9a3edca0.tar.gz cpython-5ef41abc7cbb85f73c97eabcdda574ac9a3edca0.tar.bz2 |
- Issue #17682: Add the _io module to Modules/Setup.dist (commented out).
-rw-r--r-- | Misc/NEWS | 5 | ||||
-rw-r--r-- | Modules/Setup.dist | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -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 289d4b4..2ad1aa3 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 |