<div id="comment:0"></div> In `src/sage/combinat/words/morphism.py`, there is the following code: ``` dom_alph.sort() ``` and ``` return FiniteWords(sorted(codom_alphabet)) ``` These will break with #22029. CC: @videlec Component: **combinatorics** Author: **Sébastien Labbé** Branch/Commit: **[`db81e7d`](https://github.com/sagemath/sagetrac-mirror/commit/db81e7dd2f141be4eed6cfcb87fc718ccae9e68c)** Reviewer: **Jeroen Demeyer** _Issue created by migration from https://trac.sagemath.org/ticket/26936_