~pythonregexp2.7/python/issue2636-11

« back to all changes in this revision

Viewing changes to Modules/Setup.dist

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-21 13:47:31 UTC
  • mfrom: (39021.1.404 Regexp-2.7)
  • mto: This revision was merged to the branch mainline in revision 39030.
  • Revision ID: darklord@timehorse.com-20080921134731-rudomuzeh1b2tz1y
Merged in changes from the latest python source snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
#_weakref _weakref.c    # basic weak reference support
177
177
#_testcapi _testcapimodule.c    # Python C API test module
178
178
#_random _randommodule.c        # Random number generator
179
 
#collections collectionsmodule.c # Container types
 
179
#_collections _collectionsmodule.c # Container types
180
180
#itertools itertoolsmodule.c    # Functions creating iterators for efficient looping 
181
181
#strop stropmodule.c            # String manipulations
182
182
 
246
246
#_md5 md5module.c md5.c
247
247
 
248
248
 
249
 
# The _sha module implements the SHA checksum algorithm.
250
 
# (NIST's Secure Hash Algorithm.)
 
249
# The _sha module implements the SHA checksum algorithms.
 
250
# (NIST's Secure Hash Algorithms.)
251
251
#_sha shamodule.c
 
252
#_sha256 sha256module.c
 
253
#_sha512 sha512module.c
252
254
 
253
255
 
254
256
# SGI IRIX specific modules -- off by default.