[issue36783] No documentation for _FromXandFold C API functions

2020-06-05 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 7.0 -> 8.0 pull_requests: +19870 pull_request: https://github.com/python/cpython/pull/20650 ___ Python tracker ___ __

[issue36783] No documentation for _FromXandFold C API functions

2019-05-18 Thread miss-islington
miss-islington added the comment: New changeset 951b161857a840d4d14de0a5a6610e212d78ab68 by Miss Islington (bot) in branch '3.7': bpo-36783: Add new references for C API Documentation changes (GH-13204) https://github.com/python/cpython/commit/951b161857a840d4d14de0a5a6610e212d78ab68 --

[issue36783] No documentation for _FromXandFold C API functions

2019-05-18 Thread miss-islington
Change by miss-islington : -- pull_requests: +13324 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue36783] No documentation for _FromXandFold C API functions

2019-05-13 Thread Paul Ganssle
Paul Ganssle added the comment: @Stéphane The reason this issue was closed before PR 13204 was merged is that PR 13147 was merged a bit prematurely due to a miscommunication, which is why Cheryl closed the issue. I was going to re-open it after we realized what happened, but since we were at

[issue36783] No documentation for _FromXandFold C API functions

2019-05-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: Thank you for your PR. @Cherryl, the PR 13204 was not merged and the issue was closed :/ -- ___ Python tracker ___ _

[issue36783] No documentation for _FromXandFold C API functions

2019-05-13 Thread Stéphane Wirtel
Stéphane Wirtel added the comment: New changeset d28772ab6967fea136c0707f0207673ebad66f61 by Stéphane Wirtel (Edison A) in branch 'master': bpo-36783: Add new references for C API Documentation changes (GH-13204) https://github.com/python/cpython/commit/d28772ab6967fea136c0707f0207673ebad66f61

[issue36783] No documentation for _FromXandFold C API functions

2019-05-08 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +13115 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue36783] No documentation for _FromXandFold C API functions

2019-05-07 Thread miss-islington
miss-islington added the comment: New changeset 146010ea42fb949a48a1b79a13503995a5176833 by Miss Islington (bot) in branch '3.7': bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147) https://github.com/python/cpython/commit/146010ea42

[issue36783] No documentation for _FromXandFold C API functions

2019-05-07 Thread Cheryl Sabella
Change by Cheryl Sabella : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> enhancement ___ Python tracker ___

[issue36783] No documentation for _FromXandFold C API functions

2019-05-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +13073 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue36783] No documentation for _FromXandFold C API functions

2019-05-07 Thread Cheryl Sabella
Cheryl Sabella added the comment: @edison.abahurire, thanks for the PR! -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue36783] No documentation for _FromXandFold C API functions

2019-05-07 Thread Cheryl Sabella
Cheryl Sabella added the comment: New changeset 5765ecf79fcee987f2f97c246c64b494324dfd33 by Cheryl Sabella (Edison A) in branch 'master': bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147) https://github.com/python/cpython/commit/57

[issue36783] No documentation for _FromXandFold C API functions

2019-05-06 Thread Edison Abahurire
Edison Abahurire added the comment: I have submitted a PR to address this. Awaiting Review. -- ___ Python tracker ___ ___ Python-bu

[issue36783] No documentation for _FromXandFold C API functions

2019-05-06 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +13060 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue36783] No documentation for _FromXandFold C API functions

2019-05-06 Thread Edison Abahurire
Edison Abahurire added the comment: I'm working on this because I think it should be done complementarily with adding the test for PyDateTime_FromDateAndTimeAndFold at https://bugs.python.org/issue36782. #Pycon2019 sprints -- nosy: +edison.abahurire ___

[issue36783] No documentation for _FromXandFold C API functions

2019-05-03 Thread Paul Ganssle
Paul Ganssle added the comment: This ticket should be reserved for the mentored sprint. -- assignee: docs@python -> Mariatta ___ Python tracker ___ ___

[issue36783] No documentation for _FromXandFold C API functions

2019-05-03 Thread Paul Ganssle
Change by Paul Ganssle : -- nosy: +Mariatta, cheryl.sabella ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue36783] No documentation for _FromXandFold C API functions

2019-05-03 Thread Paul Ganssle
New submission from Paul Ganssle : 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 w