]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
- Issue #17682: Add the _io module to Modules/Setup.dist (commented out).
authordoko@ubuntu.com <doko@ubuntu.com>
Tue, 9 Apr 2013 15:34:39 +0000 (17:34 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Tue, 9 Apr 2013 15:34:39 +0000 (17:34 +0200)
Misc/NEWS
Modules/Setup.dist

index 161776daa04c03ffd2aa90027aedf3aefac6046d..b6f15f33b37c99a21607ee1c334b858399177399 100644 (file)
--- 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
 -----------------
 
index 289d4b4ef843f34b57976dbe84b9016eda1a5294..2ad1aa33d33dbc35ac6d1f5b85b5e83e63294e1e 100644 (file)
@@ -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