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 /PCbuild/readme.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 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 67fe894..07f9b2a 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -39,6 +39,8 @@ python .exe pythonw pythonw.exe, a variant of python.exe that doesn't pop up a DOS box +_csv + C support for the comma-separated values module _socket socketmodule.c _sre |