[docs] [issue21294] len wrong help

Vedran Čačić report at bugs.python.org
Fri Apr 18 06:19:33 CEST 2014


New submission from Vedran Čačić:

>From recently, help(len) gives the wrong signature of len.

Help on built-in function len in module builtins:

len(...)
    len(module, object)
        ^^^^^^^^
    Return the number of items of a sequence or mapping.

I tried to track it down, I think it happened here: http://bugs.python.org/file33655/larry.support.text_signature.on.more.types.6.txt

I realize it was a part of some big fix, so I don't know how easy it is to fix independently. Also, you might think it's not so big an issue. But I teach Python, and my pupils are really confused because of this. Please fix it if anyhow possible. Tnx.

----------
assignee: docs at python
components: Documentation
messages: 216771
nosy: Vedran.Čačić, docs at python
priority: normal
severity: normal
status: open
title: len wrong help
versions: Python 3.4

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


More information about the docs mailing list