summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-09-10 20:02:14 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-09-10 20:02:14 (GMT)
commit018e380d55a5dbaa383deed6cdf9ba048e840416 (patch)
treed9a864fa3c1be75c31f6ff3bec6992641d7ee54d /PCbuild
parent6eb740b12a71b3bdb26524cfdc1dbd26cd3261a0 (diff)
parentb54a068204ab4ae62b05414d910313f7d732e416 (diff)
downloadcpython-018e380d55a5dbaa383deed6cdf9ba048e840416.zip
cpython-018e380d55a5dbaa383deed6cdf9ba048e840416.tar.gz
cpython-018e380d55a5dbaa383deed6cdf9ba048e840416.tar.bz2
Issue #25022: Merge with 3.4
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 7e7ab64..09a996f 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.