details:   https://code.tryton.org/tryton/commit/5f67d670a4de
branch:    7.8
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
        (grafted from 0255fea9294bed43ca3e42186bdb52c7f22277e1)
diffstat:

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

diffs (12 lines):

diff -r aaca0c2006a2 -r 5f67d670a4de 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