diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-03-21 01:55:41 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-03-21 01:55:41 (GMT) |
commit | 0d7ce4e2215ad5b168fa9db046401ed6b379f253 (patch) | |
tree | d9cba58996e8cba48111ed732af60709aaf14930 /PC/dllbase_nt.txt | |
parent | b59798b1573d542016bab989fe8439b10580092c (diff) | |
download | cpython-0d7ce4e2215ad5b168fa9db046401ed6b379f253.zip cpython-0d7ce4e2215ad5b168fa9db046401ed6b379f253.tar.gz cpython-0d7ce4e2215ad5b168fa9db046401ed6b379f253.tar.bz2 |
Teach the Windows build & installer about the new csv module + DLL.
Diffstat (limited to 'PC/dllbase_nt.txt')
-rw-r--r-- | PC/dllbase_nt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/dllbase_nt.txt b/PC/dllbase_nt.txt index 54b5db6..fdfe166 100644 --- a/PC/dllbase_nt.txt +++ b/PC/dllbase_nt.txt @@ -32,6 +32,7 @@ More standard extensions 1D100000 - 1e000000 - winsound 1D160000 - 1D170000 - bZ2 1D170000 - 1D180000 - datetime 1D180000 - 1D190000 + - _csv 1D180000 - 1D1A0000 Other extension modules - win32api 1e200000 - 1e220000 |