[Python-checkins] CVS: python/dist/src/Misc ACKS,1.153,1.154 NEWS,1.344,1.345

Martin v. L?wis loewis@users.sourceforge.net
Tue, 01 Jan 2002 12:18:32 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv15605/Misc

Modified Files:
	ACKS NEWS 
Log Message:
Patch #497126: Always compile dl.


Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.153
retrieving revision 1.154
diff -C2 -d -r1.153 -r1.154
*** ACKS	2002/01/01 19:59:11	1.153
--- ACKS	2002/01/01 20:18:30	1.154
***************
*** 313,316 ****
--- 313,317 ----
  Max Neunhöffer
  George Neville-Neil
+ Gustavo Niemeyer
  Oscar Nierstrasz
  Hrvoje Niksic

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.344
retrieving revision 1.345
diff -C2 -d -r1.344 -r1.345
*** NEWS	2002/01/01 19:59:11	1.344
--- NEWS	2002/01/01 20:18:30	1.345
***************
*** 13,16 ****
--- 13,20 ----
  Extension modules
  
+ - dl is now build on every system that has dlfcn.h. Failure in case
+   of sizeof(int)!=sizeof(long)!=sizeof(void*) is delayed until dl.open
+   is called.
+ 
  Library