diff options
author | Edison A <20975616+SimiCode@users.noreply.github.com> | 2019-05-07 15:00:21 (GMT) |
---|---|---|
committer | Cheryl Sabella <cheryl.sabella@gmail.com> | 2019-05-07 15:00:21 (GMT) |
commit | 5765ecf79fcee987f2f97c246c64b494324dfd33 (patch) | |
tree | a5f4ffee5d64a27a39ffb6eea1ff70e783fc78f4 /Misc | |
parent | 14987d4dc86d1dceffdb05863c632ceb81545fcb (diff) | |
download | cpython-5765ecf79fcee987f2f97c246c64b494324dfd33.zip cpython-5765ecf79fcee987f2f97c246c64b494324dfd33.tar.gz cpython-5765ecf79fcee987f2f97c246c64b494324dfd33.tar.bz2 |
bpo-36783: Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold (GH-13147)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2019-05-07-02-30-51.bpo-36783.gpC8E2.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2019-05-07-02-30-51.bpo-36783.gpC8E2.rst b/Misc/NEWS.d/next/Documentation/2019-05-07-02-30-51.bpo-36783.gpC8E2.rst new file mode 100644 index 0000000..d3cbf4f --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-05-07-02-30-51.bpo-36783.gpC8E2.rst @@ -0,0 +1,2 @@ +Added C API Documentation for Time_FromTimeAndFold and PyDateTime_FromDateAndTimeAndFold as per PEP 495.
+Patch by Edison Abahurire.
\ No newline at end of file |