[issue21294] len wrong help

2014-04-17 Thread Larry Hastings
Larry Hastings added the comment: It's really that easy, it was a stupid bug that is probably my fault, the fix will be in 3.4.1. -- ___ Python tracker ___ _

[issue21294] len wrong help

2014-04-17 Thread Vedran Čačić
Vedran Čačić added the comment: 1. Was it really _that_ easy? I mean, there obviously was a reason for previous change... someone wouldn't add a parameter to documentation out of thin air. As far as I can see, it was because automatic argument inspection didn't work in some cases... 2. If it

[issue21294] len wrong help

2014-04-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 679319e3f42b by Benjamin Peterson in branch '3.4': correct len signature in docstring (closes #21294) http://hg.python.org/cpython/rev/679319e3f42b -- nosy: +python-dev resolution: -> fixed stage: needs patch -> committed/rejected status: o

[issue21294] len wrong help

2014-04-17 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +ncoghlan, yselivanov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue21294] len wrong help

2014-04-17 Thread Ned Deily
Changes by Ned Deily : -- nosy: +larry stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue21294] len wrong help

2014-04-17 Thread Vedran Čačić
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 happen