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.

Author luciano
Recipients docs@python, luciano
Date 2011-09-18.19:24:54
SpamBayes Score 0.00029173866
Marked as misclassified No
Message-id <1316373895.0.0.0510419466495.issue13005@psf.upfronthosting.co.za>
In-reply-to
Content
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__
History
Date User Action Args
2011-09-18 19:24:55lucianosetrecipients: + luciano, docs@python
2011-09-18 19:24:54lucianosetmessageid: <1316373895.0.0.0510419466495.issue13005@psf.upfronthosting.co.za>
2011-09-18 19:24:54lucianolinkissue13005 messages
2011-09-18 19:24:54lucianocreate