diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-09-10 15:03:02 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-09-10 15:03:02 -0500 |
commit | d038b78599deb1a0e0822b6645ff419e58a68f44 (patch) | |
tree | fcfe1568b8a07f4aeff405edc1535ba7dd7ae8f3 /PCbuild/readme.txt | |
parent | 7466e6bf66b2550948eb2714f2773976e92aa682 (diff) | |
parent | 018e380d55a5dbaa383deed6cdf9ba048e840416 (diff) | |
download | cpython-git-d038b78599deb1a0e0822b6645ff419e58a68f44.tar.gz |
Closes #25022: Merge with 3.5
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index eec7ace78d..5be66f40b9 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -298,11 +298,3 @@ project, with some projects overriding certain specific values. The GUI doesn't always reflect the correct settings and may confuse the user
with false information, especially for settings that automatically adapt
for diffirent configurations.
-
-
-Your Own Extension DLLs
------------------------
-
-If you want to create your own extension module DLL (.pyd), there's an
-example with easy-to-follow instructions in ..\PC\example_nt\; read the
-file readme.txt there first.
|