diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-09-08 04:31:49 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-09-08 04:31:49 (GMT) |
commit | 70b7539f9c61f4e41105dd49547dcecb4beb0f8b (patch) | |
tree | 188ce554b0078a9eafd286a1acbbed4eb7b6ddae /PCbuild | |
parent | d941d7a586c8ea2f8253d7b238b3a56522b77a83 (diff) | |
parent | 1a690fb65af0661d93a65e069b9e8e0a1fa12087 (diff) | |
download | cpython-70b7539f9c61f4e41105dd49547dcecb4beb0f8b.zip cpython-70b7539f9c61f4e41105dd49547dcecb4beb0f8b.tar.gz cpython-70b7539f9c61f4e41105dd49547dcecb4beb0f8b.tar.bz2 |
Issue #25010: Merge with 3.4
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 68cdb0f..51164e2 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -338,5 +338,5 @@ 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\; read the
+example with easy-to-follow instructions in ..\PC\example_nt\; read the
file readme.txt there first.
|