Message 387679 - Python tracker
Message387679
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.
| Author | mhughes |
|---|---|
| Recipients | docs@python, mhughes |
| Date | 2021-02-25.16:18:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1614269934.51.0.264833374893.issue43322@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Just a small thing in these docs, there is a mix of "#include <structmember.h>", e.g. https://github.com/python/cpython/blame/master/Doc/extending/newtypes_tutorial.rst#L243 and '#include "structmember.h"', mostly in the included samples e.g. https://github.com/python/cpython/blob/master/Doc/includes/custom2.c#L3. Should these all be the same? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-02-25 16:18:54 | mhughes | set | recipients: + mhughes, docs@python |
| 2021-02-25 16:18:54 | mhughes | set | messageid: <1614269934.51.0.264833374893.issue43322@roundup.psfhosted.org> |
| 2021-02-25 16:18:54 | mhughes | link | issue43322 messages |
| 2021-02-25 16:18:54 | mhughes | create | |