This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2015年09月05日 17:36 by scw, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| pyd-typo.diff | scw, 2015年09月05日 17:36 | patch for typo fix | review | |
| Messages (3) | |||
|---|---|---|---|
| msg249915 - (view) | Author: Shaun Walbridge (scw) * | Date: 2015年09月05日 17:36 | |
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/. |
|||
| msg250154 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2015年09月08日 04:32 | |
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.org/cpython/rev/309c0331726b New changeset 3829f567d269 by Zachary Ware in branch 'default': Closes #25010: Merge with 3.5 https://hg.python.org/cpython/rev/3829f567d269 |
|||
| msg250155 - (view) | Author: Zachary Ware (zach.ware) * (Python committer) | Date: 2015年09月08日 04:33 | |
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 :) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:20 | admin | set | github: 69198 |
| 2015年09月08日 04:33:33 | zach.ware | set | nosy:
+ zach.ware messages: + msg250155 versions: + Python 3.4, Python 3.6 |
| 2015年09月08日 04:32:23 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg250154 resolution: fixed stage: resolved |
| 2015年09月05日 17:36:46 | scw | create | |