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/NEWS | |
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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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Ă¹. |