Issue #13589: Fix some serialization primitives in the aifc module.
Patch by Oleg Plakhotnyuk.
diff --git a/Misc/ACKS b/Misc/ACKS
index 24f3f45..c888a8c 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -719,6 +719,7 @@
Michael Piotrowski
Antoine Pitrou
Jean-François Piéronne
+Oleg Plakhotnyuk
Guilherme Polo
Michael Pomraning
Iustin Pop
diff --git a/Misc/NEWS b/Misc/NEWS
index c061809..4bdf418 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -100,6 +100,9 @@
Library
-------
+- Issue #13589: Fix some serialization primitives in the aifc module.
+ Patch by Oleg Plakhotnyuk.
+
- Issue #13642: Unquote before b64encoding user:password during Basic
Authentication. Patch contributed by Joonas Kuorilehto.