summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-09-10 20:03:02 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-09-10 20:03:02 (GMT)
commitd038b78599deb1a0e0822b6645ff419e58a68f44 (patch)
treefcfe1568b8a07f4aeff405edc1535ba7dd7ae8f3 /PCbuild
parent7466e6bf66b2550948eb2714f2773976e92aa682 (diff)
parent018e380d55a5dbaa383deed6cdf9ba048e840416 (diff)
downloadcpython-d038b78599deb1a0e0822b6645ff419e58a68f44.zip
cpython-d038b78599deb1a0e0822b6645ff419e58a68f44.tar.gz
cpython-d038b78599deb1a0e0822b6645ff419e58a68f44.tar.bz2
Closes #25022: Merge with 3.5
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/readme.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
index eec7ace..5be66f4 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.