Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41361>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to