Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal.
Initial patch by Daniel Riti.
diff --git a/Misc/ACKS b/Misc/ACKS
index da250f4..ac8733f 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1024,6 +1024,7 @@
Jean-Claude Rimbault
Vlad Riscutia
Wes Rishel
+Daniel Riti
Juan M. Bello Rivas
Davide Rizzo
Anthony Roach
diff --git a/Misc/NEWS b/Misc/NEWS
index 1889ac2..b0a6595 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,9 @@
Library
-------
+- Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal.
+ Initial patch by Daniel Riti.
+
- Issue #2118: SMTPException is now a subclass of IOError.
- Issue #17016: Get rid of possible pointer wraparounds and integer overflows