summaryrefslogtreecommitdiffstats
path: root/PCbuild/readme.txt
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2002-12-16 20:18:38 (GMT)
committerTim Peters <tim.peters@gmail.com>2002-12-16 20:18:38 (GMT)
commit2a799bf77a83adef010ff4751e5195702f159f39 (patch)
tree90b697e3caf531a7fad627dfaf931a42415df25a /PCbuild/readme.txt
parent786ddb29c9170a585ca1010bd392fb5a5ff4078c (diff)
downloadcpython-2a799bf77a83adef010ff4751e5195702f159f39.zip
cpython-2a799bf77a83adef010ff4751e5195702f159f39.tar.gz
cpython-2a799bf77a83adef010ff4751e5195702f159f39.tar.bz2
datetime escapes the sandbox. The Windows build is all set. I leave it
to others to argue about how to build it on other platforms (on Windows it's in its own 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 f565c5a..b6cd15c 100644
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -48,6 +48,8 @@ _symtable
_testcapi
tests of the Python C API, run via Lib/test/test_capi.py, and
implemented by module Modules/_testcapimodule.c
+datetime
+ datetimemodule.c
mmap
mmapmodule.c
parser