[Python-checkins] CVS: python/dist/src/Lib/test test_dl.py,1.10,1.11

A.M. Kuchling akuchling@users.sourceforge.net
Tue, 27 Feb 2001 12:54:25 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv10729/Lib/test

Modified Files:
	test_dl.py 
Log Message:
Patch #404680: disables the nis module and enables the dl module when
    building under Cygwin.  Makes some fixes to the dlmodule in order to 
    compile with Cygwin.


Index: test_dl.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_dl.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** test_dl.py	2001/01/17 21:51:35	1.10
--- test_dl.py	2001/02/27 20:54:23	1.11
***************
*** 10,13 ****
--- 10,14 ----
      ('/usr/lib/libc.so', 'getpid'),
      ('/lib/libc.so.6', 'getpid'),
+     ('/usr/bin/cygwin1.dll', 'getpid'),
      ]