[issue22718] pprint not handline uncomparable dictionary keys, set members well

2014-11-01 Thread Raymond Hettinger
Raymond Hettinger added the comment: Complex numbers also aren't sortable. I'm not sure this is worth fixing in 2.7. I agree. That ship sailed a long time ago. -- nosy: +rhettinger resolution: - wont fix status: open - closed ___ Python tracker

[issue22718] pprint not handline uncomparable dictionary keys, set members well

2014-10-24 Thread Andreas Kostyrka
Andreas Kostyrka added the comment: This also applies to sets. -- title: pprint not handline uncomparable dictionary keys well - pprint not handline uncomparable dictionary keys, set members well ___ Python tracker rep...@bugs.python.org

[issue22718] pprint not handline uncomparable dictionary keys, set members well

2014-10-24 Thread R. David Murray
R. David Murray added the comment: Actually, it applies to datetime, which is is almost unique among python2 datatypes in not being comparable to other types by default. I'm not sure this is worth fixing in 2.7. -- nosy: +r.david.murray ___ Python