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.

Author rhettinger
Recipients Dennis Sweeney, corona10, larry, rhettinger, serhiy.storchaka
Date 2021-03-09.02:12:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615255929.03.0.400711651118.issue41361@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-03-09 02:12:09rhettingersetrecipients: + rhettinger, larry, serhiy.storchaka, corona10, Dennis Sweeney
2021-03-09 02:12:09rhettingersetmessageid: <1615255929.03.0.400711651118.issue41361@roundup.psfhosted.org>
2021-03-09 02:12:09rhettingerlinkissue41361 messages
2021-03-09 02:12:08rhettingercreate