[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-17 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 20a4f6cde65549fd0252eb8c879963e0e8b40390 by Raymond Hettinger (Miss Islington (bot)) in branch '3.8': bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) (GH-17208) https://github.com/python/cpython/commit/20a4f6cde65549fd0252eb8c87996

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-17 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 72321c7be096434e3343bd5b37a4436aa9eea098 by Raymond Hettinger (Miss Islington (bot)) in branch '3.7': bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) (GH-17209) https://github.com/python/cpython/commit/72321c7be096434e3343bd5b37a44

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-17 Thread Raymond Hettinger
Change by Raymond Hettinger : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +16714 pull_request: https://github.com/python/cpython/pull/17209 ___ Python tracker ___ __

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +16713 pull_request: https://github.com/python/cpython/pull/17208 ___ Python tracker ___ __

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-17 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 4544e78ec4558b75bf95e5b7dfc1b5bbb07ae5f0 by Raymond Hettinger (alclarks) in branch 'master': bpo-25866: Minor cleanups to "sequence" in docs (GH-17177) https://github.com/python/cpython/commit/4544e78ec4558b75bf95e5b7dfc1b5bbb07ae5f0 --

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-15 Thread Alex
Change by Alex : -- pull_requests: +16685 pull_request: https://github.com/python/cpython/pull/17177 ___ Python tracker ___ ___ Pyth

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-15 Thread Alex
Alex added the comment: I've decided to raise a pull request for the patch, considering it's only been a few hours. -- ___ Python tracker ___

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-15 Thread Alex
Alex added the comment: dorosch, please note section 3.9 from the developers guide: "When a patch exists in the issue tracker that should be converted into a GitHub pull request, please first ask the original patch author to prepare their own pull request. If the author does not respond afte

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-15 Thread Andrei Daraschenka
Change by Andrei Daraschenka : -- pull_requests: +16683 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/17175 ___ Python tracker ___ ___

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-15 Thread Raymond Hettinger
Raymond Hettinger added the comment: Can you please turn this into a regular PR? -- assignee: docs@python -> rhettinger nosy: +rhettinger ___ Python tracker ___ __

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-13 Thread Brandt Bucher
Change by Brandt Bucher : -- nosy: +brandtbucher ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2019-11-13 Thread Alex
Alex added the comment: Hi, I've taken a look at these suggestions and the documentation and I've posted a patch to get things moving :) A couple of points about the suggested changes that I haven't included in the patch: 1) I think changing the documentation for __dir__() to say it can ret

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2016-01-03 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy nosy: +ezio.melotti stage: -> needs patch versions: +Python 2.7, Python 3.5, Python 3.6 ___ Python tracker ___ _

[issue25866] Reference 3. Data Model: miscellaneous minor cleanups on the word "sequence".

2015-12-15 Thread Andrew Barnert
New submission from Andrew Barnert: None of the below are very serious or likely to mislead anyone using or implementing Python, but... --- 3.3.2. Customizing attribute access The docs for `__dir__` say: > A sequence must be returned. dir() converts the returned sequence to a list > and sor