commit | 7fe04f1dca5820c43416145789f4cc2b94e918b8 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Feb 13 15:08:36 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Fri Feb 13 15:08:36 2015 +0200 |
tree | 51ede36f28e31da3bca3e382857259eaff08b094 | |
parent | 3be0d0e1f41edaa7e1961b9011338fcf52b327c6 [diff] [blame] |
Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in the multiprocessing module.
diff --git a/Misc/NEWS b/Misc/NEWS index 60a44ee..64ab3e5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -18,6 +18,9 @@ Library ------- +- Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in + the multiprocessing module. + - Issue #21840: Fixed expanding unicode variables of form $var in posixpath.expandvars(). Fixed all os.path implementations on unicode-disabled builds.