summaryrefslogtreecommitdiff
path: root/PC/dllbase_nt.txt
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-03-21 02:02:02 +0000
committerTim Peters <tim.peters@gmail.com>2003-03-21 02:02:02 +0000
commit82d61956faa9a6a884ad9327f9f5d7337f3a9bcb (patch)
treee06616af0d52bd1609df5fbac8da184e14ddbf80 /PC/dllbase_nt.txt
parent0d7ce4e2215ad5b168fa9db046401ed6b379f253 (diff)
downloadcpython-git-82d61956faa9a6a884ad9327f9f5d7337f3a9bcb.tar.gz
Changed the DLL base-address assignment for _csv so it no longer
obviously overlaps w/ datetime (but may -- no time for more here now).
Diffstat (limited to 'PC/dllbase_nt.txt')
-rw-r--r--PC/dllbase_nt.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/dllbase_nt.txt b/PC/dllbase_nt.txt
index fdfe166ef1..44609ea4c7 100644
--- a/PC/dllbase_nt.txt
+++ b/PC/dllbase_nt.txt
@@ -32,7 +32,7 @@ More standard extensions 1D100000 - 1e000000
- winsound 1D160000 - 1D170000
- bZ2 1D170000 - 1D180000
- datetime 1D180000 - 1D190000
- - _csv 1D180000 - 1D1A0000
+ - _csv 1D190000 - 1D1A0000
Other extension modules
- win32api 1e200000 - 1e220000