Message92904
Also note that this patch will not sort sequences of mixed types where
some types are intercomparable "correctly" (in the way that Python 2
did), e.g. for
{1:2, 2:3, 'a':4, 1.5: 5}
the 1.5 key will not be placed between the 1 and 2 keys.
I'm not aware of a way to implement that behavior without support for a
general comparison function instead of a DSU key function. |
|
| Date |
User |
Action |
Args |
| 2009-09-20 17:17:54 | georg.brandl | set | recipients:
+ georg.brandl, belopolsky, pitrou, idadesub, erickt, aronacher, robert.kern |
| 2009-09-20 17:17:53 | georg.brandl | set | messageid: <1253467073.91.0.465069147693.issue3976@psf.upfronthosting.co.za> |
| 2009-09-20 17:17:52 | georg.brandl | link | issue3976 messages |
| 2009-09-20 17:17:52 | georg.brandl | create | |
|