[Python-checkins] CVS: python/dist/src/PC config.c,1.20,1.21 dllbase_nt.txt,1.2,1.3

Guido van Rossum python-dev@python.org
Fri, 21 Apr 2000 17:26:46 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/PC
In directory eric:/projects/python/develop/guido/src/PC

Modified Files:
	config.c dllbase_nt.txt 
Log Message:
Mark Hammond:

* Base address for all extension modules updated. PC\dllbase_nt.txt
also updated.  Erroneous "libpath" directory removed for all
projects.

* winsound module moved from a builtin module to an extension
module.  This was done primarily to avoid Python16.dll needing to
pull in winmm.dll.  Really dumb test added for winsound - but if
nothing else it ensures the module imports.



Index: config.c
===================================================================
RCS file: /projects/cvsroot/python/dist/src/PC/config.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** config.c	2000/04/06 14:41:11	1.20
--- config.c	2000/04/21 21:26:43	1.21
***************
*** 62,66 ****
  #ifdef WIN32
  extern void initmsvcrt();
- extern void initwinsound();
  extern void init_locale();
  #endif
--- 62,65 ----
***************
*** 103,107 ****
  #ifdef WIN32
  	{"msvcrt", initmsvcrt},
- 	{"winsound", initwinsound},
  	{"_locale", init_locale},
  #endif
--- 102,105 ----

Index: dllbase_nt.txt
===================================================================
RCS file: /projects/cvsroot/python/dist/src/PC/dllbase_nt.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** dllbase_nt.txt	2000/03/28 20:37:15	1.2
--- dllbase_nt.txt	2000/04/21 21:26:43	1.3
***************
*** 14,18 ****
  
  Python.dll                 - 1e100000 - 1e180000 (-1)
! Standard Extension Modules - 1e180000 - 1e200000  ""
   - bsddb                     1e180000 - 1e188000  ""
   - _tkinter                  1e190000 - 1e1A0000
--- 14,18 ----
  
  Python.dll                 - 1e100000 - 1e180000 (-1)
! Standard Extension Modules 1e180000 - 1e200000  ""
   - bsddb                     1e180000 - 1e188000  ""
   - _tkinter                  1e190000 - 1e1A0000
***************
*** 20,23 ****
--- 20,32 ----
   - zlib                      1e1B0000 - 1e1C0000
   - winreg                    1e1C0000 - 1e1D0000
+  - _socket                   1e1D0000 - 1e1E0000
+  - _sre                      1e1E0000 - 1e1F0000
+  - mmap                      1e1F0000 - 1e1FFFFF
+ 
+ More standard extensions 1D100000 - 1e000000
+  - pyexpat                   1D100000 - 1D110000
+  - select                    1D110000 - 1D120000
+  - unicodedata               1D120000 - 1D130000
+  - winsound                  1D130000 - 1D140000
  
  Other extension modules