New submission from Luciano Ramalho <luci...@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@python
components: Documentation
messages: 144251
nosy: docs@python, luciano
priority: normal
severity: normal
status: open
title: operator module docs include repeat
versions: Python 3.2, Python 3.3

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

Reply via email to