[issue30909] ServerProxy should not make requests with malformed XML

2017-07-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This looks like a duplicate of issue7727. -- nosy: +serhiy.storchaka resolution: -> duplicate superseder: -> xmlrpc library returns string which contain null ( \x00 ) ___ Python tracker

[issue30909] ServerProxy should not make requests with malformed XML

2017-07-12 Thread Alex Corcoles
New submission from Alex Corcoles: https://docs.python.org/3.7/library/xmlrpc.client.html says: """ When passing strings, characters special to XML such as <, >, and & will be automatically escaped. However, it’s the caller’s responsibility to ensure that the string is free of characters that