~ubuntu-branches/ubuntu/saucy/python2.7/saucy-proposed

« back to all changes in this revision

Viewing changes to Modules/Setup.dist

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-05-15 19:15:16 UTC
  • mto: (36.1.23 sid)
  • mto: This revision was merged to the branch mainline in revision 87.
  • Revision ID: package-import@ubuntu.com-20130515191516-zmv6to904wemey7s
Tags: upstream-2.7.5
ImportĀ upstreamĀ versionĀ 2.7.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
# access to ISO C locale support
192
192
#_locale _localemodule.c  # -lintl
193
193
 
 
194
# Standard I/O baseline
 
195
#_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
 
196
 
194
197
 
195
198
# Modules with some UNIX dependencies -- on by default:
196
199
# (If you have a really backward UNIX, select and socket may not be
208
211
#_csv _csv.c
209
212
 
210
213
# Socket module helper for socket(2)
211
 
#_socket socketmodule.c
 
214
#_socket socketmodule.c timemodule.c
212
215
 
213
216
# Socket module helper for SSL support; you must comment out the other
214
217
# socket line above, and possibly edit the SSL variable: