details: https://code.tryton.org/tryton/commit/6084b9b0c2f0 branch: default user: Cédric Krier <[email protected]> date: Wed Nov 26 21:53:24 2025 +0100 description: Remove outdated comment about converting Decimal into float for XML-RPC diffstat:
trytond/trytond/protocols/xmlrpc.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 0a0f4db765fb -r 6084b9b0c2f0 trytond/trytond/protocols/xmlrpc.py --- a/trytond/trytond/protocols/xmlrpc.py Wed Nov 26 21:50:01 2025 +0100 +++ b/trytond/trytond/protocols/xmlrpc.py Wed Nov 26 21:53:24 2025 +0100 @@ -4,7 +4,6 @@ import gzip import logging import xmlrpc.client as client -# convert decimal to float before marshalling: from decimal import Decimal from types import MappingProxyType
