Message 337648 - Python tracker
Message337648
| Author | giampaolo.rodola |
|---|---|
| Recipients | eric.araujo, ezio.melotti, giampaolo.rodola, michael.foord, piotr.dobrogost, pprokop, rhettinger, techtonik |
| Date | 2019-03-11.05:24:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1552281861.21.0.576427881739.issue4080@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Hello. This is something I needed so I decided to implement it by taking inspiration from pytest's --durations=N argument, which basically does the same (except that it uses 0.XX precision instead of 0.XXX). PR at: https://github.com/python/cpython/pull/12271 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-03-11 05:24:21 | giampaolo.rodola | set | recipients: + giampaolo.rodola, rhettinger, techtonik, ezio.melotti, eric.araujo, pprokop, michael.foord, piotr.dobrogost |
| 2019-03-11 05:24:21 | giampaolo.rodola | set | messageid: <1552281861.21.0.576427881739.issue4080@roundup.psfhosted.org> |
| 2019-03-11 05:24:21 | giampaolo.rodola | link | issue4080 messages |
| 2019-03-11 05:24:21 | giampaolo.rodola | create | |