diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-03-21 02:02:02 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-03-21 02:02:02 (GMT) |
commit | 82d61956faa9a6a884ad9327f9f5d7337f3a9bcb (patch) | |
tree | e06616af0d52bd1609df5fbac8da184e14ddbf80 /PC | |
parent | 0d7ce4e2215ad5b168fa9db046401ed6b379f253 (diff) | |
download | cpython-82d61956faa9a6a884ad9327f9f5d7337f3a9bcb.zip cpython-82d61956faa9a6a884ad9327f9f5d7337f3a9bcb.tar.gz cpython-82d61956faa9a6a884ad9327f9f5d7337f3a9bcb.tar.bz2 |
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')
-rw-r--r-- | PC/dllbase_nt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/dllbase_nt.txt b/PC/dllbase_nt.txt index fdfe166..44609ea 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 |