[Python-checkins] cpython (3.4): Issue #25010: Fix path for .pyd example project.

zach.ware python-checkins at python.org
Tue Sep 8 06:32:20 CEST 2015


https://hg.python.org/cpython/rev/7f4102a9818b
changeset:   97766:7f4102a9818b
branch:      3.4
parent:      97763:19216f5f6ee0
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Mon Sep 07 23:30:46 2015 -0500
summary:
  Issue #25010: Fix path for .pyd example project.

Patch by Shaun Walbridge

files:
  PCbuild/readme.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -318,5 +318,5 @@
 -----------------------
 
 If you want to create your own extension module DLL (.pyd), there's an
-example with easy-to-follow instructions in ..\PC\example\; read the
+example with easy-to-follow instructions in ..\PC\example_nt\; read the
 file readme.txt there first.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list