[issue13005] operator module docs include repeat

2011-09-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0d0bfbaaf95c by Senthil Kumaran in branch '3.2': Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation. http://hg.python.org/cpython/rev/0d0bfbaaf95c New changeset 6c60f2aacc83 by Senthil Kumaran in bra

[issue13005] operator module docs include repeat

2011-09-18 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti, sandro.tosi stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list maili

[issue13005] operator module docs include repeat

2011-09-18 Thread Luciano Ramalho
New submission from Luciano Ramalho : The operator module documentation for versions 3.2 and 3.3 includes the repeat function in a table "9.3.1. Mapping Operators to Functions" [1], but fails to mention that the repeat function is deprecated and mul should be used instead, as described in the