[New-bugs-announce] [issue13005] operator module docs include repeat

Luciano Ramalho report at bugs.python.org
Sun Sep 18 21:24:54 CEST 2011


New submission from Luciano Ramalho <luciano at ramalho.org>:

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 2.7 version of the operator module docs [2].

The main entry for the repeat function was removed in the 3.2 and 3.3 docs, only the mention in the table remains [1].

[1] http://docs.python.org/py3k/library/operator#mapping-operators-to-functions
[2] http://docs.python.org/library/operator#operator.__repeat__

----------
assignee: docs at python
components: Documentation
messages: 144251
nosy: docs at python, luciano
priority: normal
severity: normal
status: open
title: operator module docs include repeat
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13005>
_______________________________________


More information about the New-bugs-announce mailing list