[issue25010] minor typo in PCBuild readme.txt

2015-09-07 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the report and patch! Unfortunately, that example is so completely out of date we'd probably be better off to remove it, but we can at least point to the right path :) -- nosy: +zach.ware versions: +Python 3.4, Python 3.6

[issue25010] minor typo in PCBuild readme.txt

2015-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7f4102a9818b by Zachary Ware in branch '3.4': Issue #25010: Fix path for .pyd example project. https://hg.python.org/cpython/rev/7f4102a9818b New changeset 309c0331726b by Zachary Ware in branch '3.5': Issue #25010: Merge with 3.4 https://hg.python.

[issue25010] minor typo in PCBuild readme.txt

2015-09-05 Thread Shaun Walbridge
New submission from Shaun Walbridge: A minor documentation fix. Currently, the top-level PCBuild readme.txt mentions in the final section 'Your Own Extension DLLs' that the example project is located in ../PC/example/, but the example location is ../PC/example_nt/. -- assignee: docs@py