[Python-checkins] python/dist/src/PC dllbase_nt.txt,1.8,1.9

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sat Jan 3 22:00:53 EST 2004


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

Modified Files:
	dllbase_nt.txt 
Log Message:
Update to record .pyd files removed for Python 2.4.


Index: dllbase_nt.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/dllbase_nt.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** dllbase_nt.txt	21 Mar 2003 02:02:02 -0000	1.8
--- dllbase_nt.txt	4 Jan 2004 03:00:51 -0000	1.9
***************
*** 16,28 ****
  
  Standard Extension Modules 1e100000 - 1e200000  ""
!  - _symtable                 1e100000 - 1e110000
!  - bsddb                     1e180000 - 1e188000  ""
   - _tkinter                  1e190000 - 1e1A0000
!  - parser                    1e1A0000 - 1e1B0000
   - zlib                      1e1B0000 - 1e1C0000
!  - winreg                    1e1C0000 - 1e1D0000
   - _socket                   1e1D0000 - 1e1E0000
!  - _sre                      1e1E0000 - 1e1F0000
!  - mmap                      1e1F0000 - 1e1FFFFF
  
  More standard extensions 1D100000 - 1e000000
--- 16,28 ----
  
  Standard Extension Modules 1e100000 - 1e200000  ""
!  - _symtable                 1e100000 - 1e110000    pyd removed in 2.4
!  - bsddb                     1e180000 - 1e188000
   - _tkinter                  1e190000 - 1e1A0000
!  - parser                    1e1A0000 - 1e1B0000    pyd removed in 2.4
   - zlib                      1e1B0000 - 1e1C0000
!  - winreg                    1e1C0000 - 1e1D0000    pyd removed in 2.4
   - _socket                   1e1D0000 - 1e1E0000
!  - _sre                      1e1E0000 - 1e1F0000    pyd removed in 2.4
!  - mmap                      1e1F0000 - 1e1FFFFF    pyd removed in 2.4
  
  More standard extensions 1D100000 - 1e000000
***************
*** 32,37 ****
   - winsound                  1D160000 - 1D170000
   - bZ2                       1D170000 - 1D180000
!  - datetime                  1D180000 - 1D190000
!  - _csv                      1D190000 - 1D1A0000
  
  Other extension modules
--- 32,37 ----
   - winsound                  1D160000 - 1D170000
   - bZ2                       1D170000 - 1D180000
!  - datetime                  1D180000 - 1D190000    pyd removed in 2.4
!  - _csv                      1D190000 - 1D1A0000    pyd removed in 2.4
  
  Other extension modules





More information about the Python-checkins mailing list