Uh oh!
There was an error while loading. Please reload this page.
Docs: use parameter list for sqlite3.Cursor.execute* - #101782
Conversation
erlend-aasland
commented
Feb 10, 2023
I'm not sure if this is an improvement; I need new eyes to tell me :) Also, I'm in doubt of how to use the |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
there's a slight difference
There was a problem hiding this comment.
The set of "all Python iterables" is a superset of the set of "all Python sequences" and a superset of the set of "all Python sequences". All sequences are by definition also iterables; all iterators are by definition also iterables.
(sorry, reviewing on my phone — think I screwed up my last suggestion!)
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
erlend-aasland
commented
Feb 10, 2023
Correct! I had to go re-read the glossary. Thanks for the heads-up. |
AlexWaygood
commented
Feb 10, 2023
Pro tip: reading the source code for |
erlend-aasland
commented
Feb 10, 2023
Ouch, we can't have it that way; in that case we need to improve the glossary. I haven't read a lot of the .py files in Lib; I'm more into the Modules dir :) But I'll take a look; thanks for the tip! |
erlend-aasland
commented
Feb 10, 2023
Thanks for the helpful review; highly appreciated! |
miss-islington
commented
Feb 10, 2023
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
miss-islington
commented
Feb 10, 2023
Sorry, @erlend-aasland, I could not cleanly backport this to |
bedevere-bot
commented
Feb 10, 2023
GH-101803 is a backport of this pull request to the 3.11 branch. |
erlend-aasland
commented
Feb 10, 2023
(I'll fix the 3.10 backport later today) |
(cherry picked from commit 2037ebf) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
AlexWaygood
commented
Feb 10, 2023
I know what you mean, but I actually wonder if it's possible in this case to convey the same information as tersely and as precisely in the glossary. I find the inheritance structures in There's also the fact that it's nice to have all the collections-related concepts described together in a separate file. The glossary interspersed these terms with completely unrelated concepts (as a glossary should! This is its nature — but for understanding these concepts specifically, I find it unhelpful) |
(cherry picked from commit 2037ebf) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* main: Docs: Fix getstatus() -> getcode() typos (python#101296) Docs: use parameter list for sqlite3.Cursor.execute* (python#101782) pythongh-101763: Update bundled copy of libffi to 3.4.4 on Windows (pythonGH-101784) pythongh-101517: make bdb avoid looking up in linecache with lineno=None (python#101787) pythongh-101759: Update Windows installer to SQLite 3.40.1 (python#101762) pythongh-101277: Finalise isolating itertools (pythonGH-101305) pythongh-101759: Update macOS installer to SQLite 3.40.1 (python#101761)
bedevere-bot
commented
Feb 10, 2023
GH-101808 is a backport of this pull request to the 3.10 branch. |
No description provided.