diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-17 16:13:04 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-17 16:13:04 (GMT) |
commit | 3b6a31412f881c7ef968058e200e0907b6fbde1b (patch) | |
tree | 00b9e1e5b030716535e20deb32884bca4718cba1 /Misc | |
parent | 23fbd8ccb18d242b7e1054e146e2e27b61aca7ed (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -662,6 +662,7 @@ Zach Pincus Michael Piotrowski Antoine Pitrou Jean-François Piéronne +Oleg Plakhotnyuk Guilherme Polo Michael Pomraning Iustin Pop @@ -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ù. |