[issue44639] [sqlite3] Confusing typo "transation"

2021-07-14 Thread Erlend E. Aasland
Erlend E. Aasland added the comment: Thanks John, for the report, and Jack, for the fix! -- nosy: +erlendaasland resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue44639] [sqlite3] Confusing typo "transation"

2021-07-14 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 421b543311c2eee67482bba894e475a2696423d5 by Miss Islington (bot) in branch '3.9': bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145) (GH-27149)

[issue44639] [sqlite3] Confusing typo "transation"

2021-07-14 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 3048b8bd2a5c62b9c65ff4cf75399c7e732acdea by Miss Islington (bot) in branch '3.10': bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145) (GH-27148)

[issue44639] [sqlite3] Confusing typo "transation"

2021-07-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +25690 pull_request: https://github.com/python/cpython/pull/27149 ___ Python tracker ___

[issue44639] [sqlite3] Confusing typo "transation"

2021-07-14 Thread miss-islington
miss-islington added the comment: New changeset 1ca27f264730abaaa48b3c5e7c6eafb45017b824 by Jack DeVries in branch 'main': bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145) https://github.com/python/cpython/commit/1ca27f264730abaaa48b3c5e7c6eafb45017b824 --

[issue44639] [sqlite3] Confusing typo "transation"

2021-07-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +25689 pull_request: https://github.com/python/cpython/pull/27148 ___ Python tracker

[issue44639] [sqlite3] Confusing typo "transation"

2021-07-14 Thread Jack DeVries
Jack DeVries added the comment: To my understanding, it's supposed to say "transaction". The source code is here: https://github.com/python/cpython/blob/a158b20019b50e3ece6e4743ec4e6ae8d818b690/Modules/_sqlite/connection.c#L1434-L1467 I've opened a PR to fix the typo. --

[issue44639] [sqlite3] Confusing typo "transation"

2021-07-14 Thread Jack DeVries
Change by Jack DeVries : -- keywords: +patch nosy: +jack__d nosy_count: 3.0 -> 4.0 pull_requests: +25687 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27145 ___ Python tracker

[issue44639] [sqlite3] Confusing typo "transation"

2021-07-14 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue44639] [sqlite3] Confusing typo "transation"

2021-07-14 Thread John M. Boger
New submission from John M. Boger : In the documentation for sqlite3.executescript() in python 3.9+, the pseudoword "transation" appears. I am reasonably sure "transaction" is meant, although it could be "translation". -- assignee: docs@python components: Documentation messages: