diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-17 16:14:30 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-01-17 16:14:30 (GMT) |
commit | 0174db50a51cbd03567c5502b3c5362a1357d1bd (patch) | |
tree | 839c2f58e6d05564f43e40c67d0fc115c26b62b8 /Misc | |
parent | 2a7fe035286b17c4798c22f204cb4cdb5baed687 (diff) | |
parent | 03757ec4a571df0e871bd9136cae9d08841f8a6a (diff) | |
download | cpython-0174db50a51cbd03567c5502b3c5362a1357d1bd.zip cpython-0174db50a51cbd03567c5502b3c5362a1357d1bd.tar.gz cpython-0174db50a51cbd03567c5502b3c5362a1357d1bd.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
@@ -782,6 +782,7 @@ Zach Pincus Michael Piotrowski Antoine Pitrou Jean-François Piéronne +Oleg Plakhotnyuk Remi Pointel Guilherme Polo Michael Pomraning @@ -447,6 +447,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. |