Dear Maintainer,
From my dist-upgrade log:
:- >8 --
Setting up libclang-common-16-dev (1:16.0.6-27) ...
Setting up xpra (3.1.5+dfsg1-0.2+b4) ...
/usr/lib/python3/dist-packages/xpra/scripts/main.py:2758: SyntaxWarning: invalid escape sequence '\.'
alphanum = lambda key: [convert(c) for c in re.split('([-+]?[0-9]*\.?[0-9]*)', key)]
Setting up quilt (0.68-1) ...
Setting up libxenstore4t64:amd64 (4.17.3+36-g54dacb5c02-1) ...
Setting up libclang1-16t64 (1:16.0.6-27) ...
Setting up python3-opengl (3.1.7+dfsg-1) ...
/usr/lib/python3/dist-packages/OpenGL/GL/AMD/vertex_shader_tessellator.py:1: SyntaxWarning: invalid escape sequence '\ '
'''OpenGL extension AMD.vertex_shader_tessellator
Setting up libgwenhywfar79t64:amd64 (5.11.2beta-1) ...
Setting up libxencall1t64:amd64 (4.17.3+36-g54dacb5c02-1) ...
-- >8 --
And indeed
-- >8 --
2756 def sort_human(l):
2757 convert = lambda text: float(text) if text.isdigit() else text
2758 alphanum = lambda key: [convert(c) for c in re.split('([-+]?[0-9]*\.?[0-9] 2758 *)', key)]
2759 l.sort(key=alphanum)
2760 return l
/usr/lib/python3/dist-packages/xpra/scripts/main.py lines 2739-2760/2925 byte 116982/123106 95% (press RETURN)
-- >8 --
and
-- >8 --
26 i o
27 |\
28 | \
29 *--*
30 |\ |\
31 | \| \
32 *--*--*
33 |\ |\ |\
34 | \| \| \
35 j o--*--*--o k
/usr/lib/python3/dist-packages/OpenGL/GL/AMD/vertex_shader_tessellator.py lines 12-35/85 byte 1032/2624 39% (press RETURN)
-- >8 --
Best,
наб