summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2019-02-19-08-23-42.bpo-36025.tnwylQ.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/C API/2019-02-19-08-23-42.bpo-36025.tnwylQ.rst')
-rw-r--r--Misc/NEWS.d/next/C API/2019-02-19-08-23-42.bpo-36025.tnwylQ.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/C API/2019-02-19-08-23-42.bpo-36025.tnwylQ.rst b/Misc/NEWS.d/next/C API/2019-02-19-08-23-42.bpo-36025.tnwylQ.rst
deleted file mode 100644
index b00a33d..0000000
--- a/Misc/NEWS.d/next/C API/2019-02-19-08-23-42.bpo-36025.tnwylQ.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Fixed an accidental change to the datetime C API where the arguments to the
-:c:func:`PyDate_FromTimestamp` function were incorrectly interpreted as a
-single timestamp rather than an arguments tuple, which causes existing code to
-start raising :exc:`TypeError`. The backwards-incompatible change was only
-present in alpha releases of Python 3.8. Patch by Paul Ganssle.