details:   https://code.tryton.org/tryton/commit/0255fea9294b
branch:    default
user:      Adrià Tarroja Caubet <[email protected]>
date:      Sat Jul 04 00:17:12 2026 +0200
description:
        Add a comma between 'set' and 'slice' in the Genshi allowed builtins

        Closes #14928
diffstat:

 trytond/trytond/_safe_genshi.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 7e1c7cb2a0f2 -r 0255fea9294b trytond/trytond/_safe_genshi.py
--- a/trytond/trytond/_safe_genshi.py   Fri Jul 03 13:37:38 2026 +0200
+++ b/trytond/trytond/_safe_genshi.py   Sat Jul 04 00:17:12 2026 +0200
@@ -77,7 +77,7 @@
     'repr',
     'reversed',
     'round',
-    'set'
+    'set',
     'slice',
     'sorted',
     'str',

Reply via email to