Message341337
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 | p-ganssle |
|---|---|
| Recipients | docs@python, p-ganssle |
| Date | 2019-05-03.13:51:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1556891515.33.0.269336043459.issue36783@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
In Python 3.6, Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold were added as part of the PEP 495 implementation, but no documentation was added for the C API portions of this change: https://docs.python.org/3.7/c-api/datetime.html The functions were added to this portion of the C API capsule: https://github.com/python/cpython/blob/master/Include/datetime.h#L173 Macros are here: https://github.com/python/cpython/blob/master/Include/datetime.h#L222 These functions should be documented, with `..versionadded:: 3.6` |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-03 13:51:55 | p-ganssle | set | recipients: + p-ganssle, docs@python |
| 2019-05-03 13:51:55 | p-ganssle | set | messageid: <1556891515.33.0.269336043459.issue36783@roundup.psfhosted.org> |
| 2019-05-03 13:51:55 | p-ganssle | link | issue36783 messages |
| 2019-05-03 13:51:55 | p-ganssle | create | |