Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5ef41abc
Commit
5ef41abc
authored
Apr 09, 2013
by
doko@ubuntu.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Issue #17682: Add the _io module to Modules/Setup.dist (commented out).
parent
789299f8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
Misc/NEWS
Misc/NEWS
+5
-0
Modules/Setup.dist
Modules/Setup.dist
+3
-0
No files found.
Misc/NEWS
View file @
5ef41abc
...
...
@@ -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
-----------------
...
...
Modules/Setup.dist
View file @
5ef41abc
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment