Message388323
Go ahead with in-lining the argument handling for rotate(). The no argument form and the +1 and the -1 case are important enough to warrant the change.
Please skip index() and insert() which aren't essential methods. Also, those methods aren't called with end-point specific arguments, so the argument processing time doesn't dominate and it isn't worth it. |
|
| Date |
User |
Action |
Args |
| 2021-03-09 02:12:09 | rhettinger | set | recipients:
+ rhettinger, larry, serhiy.storchaka, corona10, Dennis Sweeney |
| 2021-03-09 02:12:09 | rhettinger | set | messageid: <[email protected]> |
| 2021-03-09 02:12:09 | rhettinger | link | issue41361 messages |
| 2021-03-09 02:12:08 | rhettinger | create | |
|