summaryrefslogtreecommitdiffstats
path: root/PCbuild/readme.txt
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-03-21 01:55:41 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-03-21 01:55:41 (GMT)
commit0d7ce4e2215ad5b168fa9db046401ed6b379f253 (patch)
treed9cba58996e8cba48111ed732af60709aaf14930 /PCbuild/readme.txt
parentb59798b1573d542016bab989fe8439b10580092c (diff)
downloadcpython-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.txt2
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