[Python-checkins] python/dist/src/PC dllbase_nt.txt,1.5,1.6

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 16 Dec 2002 12:18:51 -0800


Update of /cvsroot/python/python/dist/src/PC
In directory sc8-pr-cvs1:/tmp/cvs-serv26267/python/PC

Modified Files:
	dllbase_nt.txt 
Log Message:
datetime escapes the sandbox.  The Windows build is all set.  I leave it
to others to argue about how to build it on other platforms (on Windows
it's in its own DLL).


Index: dllbase_nt.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/dllbase_nt.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** dllbase_nt.txt	9 Nov 2002 04:48:58 -0000	1.5
--- dllbase_nt.txt	16 Dec 2002 20:18:14 -0000	1.6
***************
*** 6,10 ****
  made by selecting a good base address.
  
! This document is to allocate base addresses to core Python 
  and Python .PYD files, to give a better change of optimal performance.
  This base address is passed to the linker using the /BASE
--- 6,10 ----
  made by selecting a good base address.
  
! This document is to allocate base addresses to core Python
  and Python .PYD files, to give a better change of optimal performance.
  This base address is passed to the linker using the /BASE
***************
*** 32,35 ****
--- 32,36 ----
   - winsound                  1D160000 - 1D170000
   - bZ2                       1D170000 - 1D180000
+  - datetime                  1D180000 - 1D190000
  
  Other extension modules