Message 388323 - Python tracker

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.

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.