Commit 5ef41abc authored by doko@ubuntu.com's avatar doko@ubuntu.com

- Issue #17682: Add the _io module to Modules/Setup.dist (commented out).

parent 789299f8
......@@ -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
-----------------
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment