diff options
author | Guido van Rossum <guido@python.org> | 2000-03-28 20:37:15 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-03-28 20:37:15 (GMT) |
commit | 9f3712c6f15b8bde9520932994146233fe1d0676 (patch) | |
tree | 5a09828c825a5c4f96a2c70be3e4c93573017518 /PC/dllbase_nt.txt | |
parent | de59855da6effca2883f5e498f4bdbe9bb21a7ca (diff) | |
download | cpython-9f3712c6f15b8bde9520932994146233fe1d0676.zip cpython-9f3712c6f15b8bde9520932994146233fe1d0676.tar.gz cpython-9f3712c6f15b8bde9520932994146233fe1d0676.tar.bz2 |
Mark Hammond: new winreg module; updated dllbase file.
Diffstat (limited to 'PC/dllbase_nt.txt')
-rw-r--r-- | PC/dllbase_nt.txt | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/PC/dllbase_nt.txt b/PC/dllbase_nt.txt index 776d1c1..7ac552b 100644 --- a/PC/dllbase_nt.txt +++ b/PC/dllbase_nt.txt @@ -12,10 +12,13 @@ command line switch. -Python.dll - 1e100000 - 1e180000 -Standard Extension Modules - 1e180000 - 1e200000 - - socket 1e180000 - 1e188000 +Python.dll - 1e100000 - 1e180000 (-1) +Standard Extension Modules - 1e180000 - 1e200000 "" + - bsddb 1e180000 - 1e188000 "" - _tkinter 1e190000 - 1e1A0000 + - parser 1e1A0000 - 1e1B0000 + - zlib 1e1B0000 - 1e1C0000 + - winreg 1e1C0000 - 1e1D0000 Other extension modules - win32api 1e200000 - 1e220000 @@ -23,16 +26,19 @@ Other extension modules - win32lz 1e230000 - 1e240000 - timer 1e240000 - 1e250000 - mmapfile 1e250000 - 1e260000 + - win32pipe 1e260000 - 1e270000 - avl 1e270000 - 1e270000 - dbhash 1e280000 - 1e290000 - win32net 1e290000 - 1e2A0000 - - oleauto 1e2A0000 - 1e2B0000 - - oleautsv 1e2B0000 - 1e2c0000 - - nspi 1e2d0000 - 1e2e0000 - - npipw.dll 1e2e0000 - 1e2f0000 + - win32security 1e2A0000 - 1e2B0000 + - win32print 1e2B0000 - 1e2c0000 + - <nspi is dead too??> 1e2d0000 - 1e2e0000 + - win32gui 1e2e0000 - 1e2f0000 - _imaging 1e2f0000 - 1e300000 - multiarray 1e300000 - 1e310000 - - bsddb 1e320000 - 1e330000 + - win32help 1e310000 - 1e320000 + - win32clipboard 1e320000 - 1e330000 PythonWin win32ui 1e400000 - 1e500000 + |