[Python-checkins] CVS: python/dist/src README,1.99,1.100

Fred L. Drake python-dev@python.org
Thu, 28 Sep 2000 17:30:09 -0700


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv16994

Modified Files:
	README 
Log Message:

Update list of extension modules that may be interesting to enable on
most modern Unix flavors.

The age of this portion of the README was noted in SourceForge bug #115625.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/README,v
retrieving revision 1.99
retrieving revision 1.100
diff -C2 -r1.99 -r1.100
*** README	2000/09/28 23:28:30	1.99
--- README	2000/09/29 00:30:05	1.100
***************
*** 460,468 ****
  
  The default collection of modules should build on any Unix system, but
! many optional modules should work on all modern Unices (e.g. try dbm,
! nis, termios, timing, syslog, curses, new, soundex, parser).  Often
! the quickest way to determine whether a particular module works or not
! is to see if it will build: enable it in Setup, then if you get
! compilation or link errors, disable it -- you're missing support.
  
  On SGI IRIX, there are modules that interface to many SGI specific
--- 460,469 ----
  
  The default collection of modules should build on any Unix system, but
! many optional modules should work on all modern Unices (e.g. try
! audioop, imageop, crypt, dbm, gdbm, nis, resource, termios, timing,
! syslog, _curses, pyexpat, readline, rgbimg, zlib).  Often the quickest
! way to determine whether a particular module works or not is to see if
! it will build: enable it in Setup, then if you get compilation or link
! errors, disable it -- you're missing support.
  
  On SGI IRIX, there are modules that interface to many SGI specific