summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-01-17 16:13:04 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-01-17 16:13:04 (GMT)
commit3b6a31412f881c7ef968058e200e0907b6fbde1b (patch)
tree00b9e1e5b030716535e20deb32884bca4718cba1 /Misc
parent23fbd8ccb18d242b7e1054e146e2e27b61aca7ed (diff)
downloadcpython-3b6a31412f881c7ef968058e200e0907b6fbde1b.zip
cpython-3b6a31412f881c7ef968058e200e0907b6fbde1b.tar.gz
cpython-3b6a31412f881c7ef968058e200e0907b6fbde1b.tar.bz2
Issue #13589: Fix some serialization primitives in the aifc module.
Patch by Oleg Plakhotnyuk.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 5743a02..172a370 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -662,6 +662,7 @@ Zach Pincus
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 329687f..6ebacc9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,9 @@ Core and Builtins
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 and Michele Orrù.