commit | 75861df9ab2b5492406ce866f5a24989a00a24b9 | [log] [tgz] |
---|---|---|
author | Florent Xicluna <florent.xicluna@gmail.com> | Sun Oct 30 20:39:24 2011 +0100 |
committer | Florent Xicluna <florent.xicluna@gmail.com> | Sun Oct 30 20:39:24 2011 +0100 |
tree | f6823a412379e5d9c91c612a8662652fc20cd3b4 | |
parent | 2b6403e5d14a407acb744cd1da58d1a66c412050 [diff] [blame] |
Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the standalone xmlrpc.server.
diff --git a/Misc/NEWS b/Misc/NEWS index b9e447f..381ceae 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -347,6 +347,9 @@ Library ------- +- Fix the xmlrpc.client user agent to return something similar to + urllib.request user agent: "Python-xmlrpc/3.3". + - Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client.