commit | 93dfee1dfc0bf572d4d9579fd455a72c0c81f148 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Sun Oct 30 20:22:25 2011 +0100 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Sun Oct 30 20:22:25 2011 +0100 |
tree | 97e46e5042ecdc57548ada76004182f04a188c01 | |
parent | c4fec937dcb70175fb0a0e772563a35ebba2d1c6 [diff] [blame] |
Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client.
diff --git a/Misc/NEWS b/Misc/NEWS index 80c435a..70572b4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -63,6 +63,9 @@ Library ------- +- Issue #13293: Better error message when trying to marshal bytes using + xmlrpc.client. + - Issue #13291: NameError in xmlrpc package. - Issue #13258: Use callable() built-in in the standard library.