Message303550
| Author | rhettinger |
|---|---|
| Recipients | berker.peksag, gvx, rhettinger, serhiy.storchaka |
| Date | 2017-10-02.16:57:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1506963445.28.0.213398074469.issue31325@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> What is a reason of making req_rate a named tuple? I don't know the original reason but it seems like a normal use of named tuples to make the data more self-describing to help with debugging and also to support field access by name, rr.requests or rr.seconds is clearer than rr[0] or rr[1]. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-10-02 16:57:25 | rhettinger | set | recipients: + rhettinger, berker.peksag, serhiy.storchaka, gvx |
| 2017-10-02 16:57:25 | rhettinger | set | messageid: <1506963445.28.0.213398074469.issue31325@psf.upfronthosting.co.za> |
| 2017-10-02 16:57:25 | rhettinger | link | issue31325 messages |
| 2017-10-02 16:57:25 | rhettinger | create | |