On Wed, Jul 13, 2022 at 5:46 PM John H Palmieri <jhpalmier...@gmail.com> wrote: > > "Fix your old code" could just mean using `vertices(sort=False)`. See also > https://trac.sagemath.org/ticket/22349. >
fixing the sort() appears easy: >>> li=['a',0] >>> li.sort(key=hash);li [0, 'a'] -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAGUWgD8QGrV69nW5stapeF-NUoeyhNcweGQ%3D5Bh7FHPCsNyvpg%40mail.gmail.com.