This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2019-06-27 09:51 by nodakai, last changed 2022-04-11 14:59 by admin. This issue is now closed.
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:59:17 | admin | set | github: 81608 |
2019-08-29 17:04:27 | mark.dickinson | set | messages: + msg350808 |
2019-06-28 22:04:26 | terry.reedy | set | status: open -> closed title: sorted() and list.sort() don't accept non-boolean objects with __bool__() as `reverse` parameter -> sorted, list.sort reject non-boolean objects with __bool__() as `reverse` parameter nosy: + terry.reedy messages: + msg346870 resolution: not a bug stage: resolved |
2019-06-27 15:11:25 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg346742 |
2019-06-27 12:32:08 | mark.dickinson | set | messages: + msg346731 |
2019-06-27 12:25:13 | mark.dickinson | set | nosy:
+ tim.peters |
2019-06-27 12:23:18 | mark.dickinson | set | nosy:
+ mark.dickinson messages: + msg346730 |
2019-06-27 10:10:40 | xtreak | set | nosy:
+ rhettinger |
2019-06-27 09:51:45 | nodakai | create |