diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-03-21 01:55:41 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-03-21 01:55:41 +0000 |
commit | 0d7ce4e2215ad5b168fa9db046401ed6b379f253 (patch) | |
tree | d9cba58996e8cba48111ed732af60709aaf14930 /PC | |
parent | b59798b1573d542016bab989fe8439b10580092c (diff) | |
download | cpython-git-0d7ce4e2215ad5b168fa9db046401ed6b379f253.tar.gz |
Teach the Windows build & installer about the new csv module + DLL.
Diffstat (limited to 'PC')
-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 54b5db6684..fdfe166ef1 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 |