[issue27671] FAQ: len() is still function for good reason.

2018-07-31 Thread INADA Naoki
Change by INADA Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue27671] FAQ: len() is still function for good reason.

2018-07-30 Thread miss-islington
miss-islington added the comment: New changeset dc9039da239ee572eaaf56e4a026be1fc4d74e24 by Miss Islington (bot) in branch '2.7': bpo-27671: Update FAQ about why len is function (GH-8432) https://github.com/python/cpython/commit/dc9039da239ee572eaaf56e4a026be1fc4d74e24 --

[issue27671] FAQ: len() is still function for good reason.

2018-07-30 Thread miss-islington
miss-islington added the comment: New changeset 0b376eb0d63e0c51ed55c620b40edae6ded4ea48 by Miss Islington (bot) in branch '3.6': bpo-27671: Update FAQ about why len is function (GH-8432) https://github.com/python/cpython/commit/0b376eb0d63e0c51ed55c620b40edae6ded4ea48 --

[issue27671] FAQ: len() is still function for good reason.

2018-07-30 Thread miss-islington
miss-islington added the comment: New changeset a621f406402e05febb302cf31962e9d2d747d8f6 by Miss Islington (bot) in branch '3.7': bpo-27671: Update FAQ about why len is function (GH-8432) https://github.com/python/cpython/commit/a621f406402e05febb302cf31962e9d2d747d8f6 -- nosy:

[issue27671] FAQ: len() is still function for good reason.

2018-07-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +8087 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27671] FAQ: len() is still function for good reason.

2018-07-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +8086 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27671] FAQ: len() is still function for good reason.

2018-07-30 Thread miss-islington
Change by miss-islington : -- pull_requests: +8085 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27671] FAQ: len() is still function for good reason.

2018-07-30 Thread INADA Naoki
INADA Naoki added the comment: New changeset c48e26dcadbff8620bb5881d3bd148fc8894d0ef by INADA Naoki in branch 'master': bpo-27671: Update FAQ about why len is function (GH-8432) https://github.com/python/cpython/commit/c48e26dcadbff8620bb5881d3bd148fc8894d0ef --

[issue27671] FAQ: len() is still function for good reason.

2018-07-24 Thread INADA Naoki
Change by INADA Naoki : -- pull_requests: +7957 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue27671] FAQ: len() is still function for good reason.

2017-01-03 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___

[issue27671] FAQ: len() is still function for good reason.

2016-12-26 Thread INADA Naoki
INADA Naoki added the comment: I can't write long English document. Can I quote Guido's mail instead? -- keywords: +patch Added file: http://bugs.python.org/file46041/faq-function-method.patch ___ Python tracker

[issue27671] FAQ: len() is still function for good reason.

2016-08-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: I agree. We do not need to semi-apologize for having generic functions be builtin generic functions. -- nosy: +terry.reedy ___ Python tracker

[issue27671] FAQ: len() is still function for good reason.

2016-08-03 Thread INADA Naoki
New submission from INADA Naoki: https://docs.python.org/3/faq/design.html#why-does-python-use-methods-for-some-functionality-e-g-list-index-but-functions-for-other-e-g-len-list > The major reason is history. ... > but it’s a part of Python, and it’s too late to make such fundamental changes >