diff options
author | Raymond Hettinger <python@rcn.com> | 2002-12-30 00:03:27 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2002-12-30 00:03:27 (GMT) |
commit | a6af4778205c4055fdd6c92da966b761b0ff3167 (patch) | |
tree | 211d9d14ceed9eefa53935d1714b4acc62cd03a5 /PCbuild | |
parent | d1f5ccc75d8f01c421556fad7bdffc35ad691fe5 (diff) | |
download | cpython-a6af4778205c4055fdd6c92da966b761b0ff3167.zip cpython-a6af4778205c4055fdd6c92da966b761b0ff3167.tar.gz cpython-a6af4778205c4055fdd6c92da966b761b0ff3167.tar.bz2 |
Document the _randommodule project for the Windows build.
Diffstat (limited to 'PCbuild')
-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 b6cd15c..3751db3 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -50,6 +50,8 @@ _testcapi implemented by module Modules/_testcapimodule.c datetime datetimemodule.c +_random + _randommodule.c mmap mmapmodule.c parser |