[issue45608] [sqlite3] some DB-API attributes are undocumented

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks, Erlend! ✨ 🍰 ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue45608] [sqlite3] some DB-API attributes are undocumented

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 1d88b2b0a15198843a43f34aba1abc65455d3ba7 by Miss Islington (bot) in branch '3.10': bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219) (GH-29281) https://github.com/python/cpython/commit/1d88b2b0a15198843a43f34aba1abc654

[issue45608] [sqlite3] some DB-API attributes are undocumented

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 020aa06ec8b0f473a682f4ae74af5833035b054b by Miss Islington (bot) in branch '3.9': bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219) (GH-29282) https://github.com/python/cpython/commit/020aa06ec8b0f473a682f4ae74af583303

[issue45608] [sqlite3] some DB-API attributes are undocumented

2021-10-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +27545 pull_request: https://github.com/python/cpython/pull/29282 ___ Python tracker ___ __

[issue45608] [sqlite3] some DB-API attributes are undocumented

2021-10-28 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 88d8a1a340fb09c54d47f354f5fd7d4fbc5f0c78 by Erlend Egeberg Aasland in branch 'main': bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219) https://github.com/python/cpython/commit/88d8a1a340fb09c54d47f354f5fd7d4fbc5f0c78

[issue45608] [sqlite3] some DB-API attributes are undocumented

2021-10-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +27544 pull_request: https://github.com/python/cpython/pull/29281 ___ Python tracker _

[issue45608] [sqlite3] some DB-API attributes are undocumented

2021-10-25 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- keywords: +patch pull_requests: +27482 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29219 ___ Python tracker __

[issue45608] [sqlite3] some DB-API attributes are undocumented

2021-10-25 Thread Erlend E. Aasland
New submission from Erlend E. Aasland : Some DB-API 2.0 attributes are undocumented: - apilevel - threadsafety - paramstyle These attributes should be documented. See also: - bpo-8196 - https://discuss.python.org/t/is-sqlite3-threadsafety-the-same-thing-as-sqlite3-threadsafe-from-the-c-libr