Uh oh!
There was an error while loading. Please reload this page.
bpo-38413: Improve documentation of sqlite3 module - #23159
Conversation
Remove outdate note about multithreading in sqlite3
Improve wording and formatting in the footnote.
greatvovan
commented
Nov 5, 2020
Sorry, I am new to this repo, how can I assign "skip news" label? |
dimaqq
commented
Nov 5, 2020
AFAIK, someone has to do that for you. |
This PR is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
dimaqq
commented
Dec 16, 2020
No, it's not! |
greatvovan
commented
Dec 16, 2020
I am the author. Is anything else required from me? Any concerns? |
greatvovan
commented
Dec 18, 2020
Anybody? @berkerpeksag, it shows you as code owner... Is there anything that needs to be fixed? |
greatvovan
commented
Dec 30, 2020
@willingc please help. |
willingc
commented
Jan 5, 2021
@greatvovan I've been offline for a few weeks. I'll add this to my queue for review. Thanks for your patience. |
Uh oh!
There was an error while loading. Please reload this page.
bedevere-bot
commented
Jan 5, 2021
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Revert to mentioning "configure" script.
Keep original lines
greatvovan
commented
Jan 5, 2021
Thanks @berkerpeksag, I reverted to mentioning Please also note that the main issue here is removing a paragraph that is inconsistent with other article sections (see BPO), it is not a "random formatting change". |
greatvovan
commented
Jan 5, 2021
I think it worths to mention that Python must be rebuilt (recompiled) as just running the script will do nothing. |
Let me try again. You are trying to make two separate changes in a single PR:
|
Revert back some changes unrelated to the BPO.
miss-islington
commented
Jan 6, 2021
Thanks @greatvovan for the PR, and @berkerpeksag for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
miss-islington
commented
Jan 6, 2021
Sorry @greatvovan and @berkerpeksag, I had trouble checking out the |
bedevere-bot
commented
Jan 6, 2021
GH-24134 is a backport of this pull request to the 3.8 branch. |
…ythonGH-23159) (cherry picked from commit f9949f8) Co-authored-by: Vladimir <greatvovan@gmail.com>
berkerpeksag
commented
Jan 6, 2021
@greatvovan do you have time to submit a backport PR for 3.9? I can help you if you don't want to use |
greatvovan
commented
Jan 6, 2021
My congratulations. |
greatvovan
commented
Jan 6, 2021
Yes, I do have time, but your help is appreciated (links, recommendations). Isn't it just a PR to another branch with the same change? |
berkerpeksag
commented
Jan 6, 2021
Yes, you basically do: $ git checkout -b backport-to-3.9 3.9
$ git cherry-pick -x f9949f82e17c88609adb53eff3a7d5cd63a645bd And add |
…ythonGH-23159) (cherry picked from commit f9949f8)
bedevere-bot
commented
Jan 6, 2021
GH-24145 is a backport of this pull request to the 3.9 branch. |
Edit: oh, the bot is faster than me... |
This removes an outdated section in the documentation and slightly improves wording and formatting.
See https://bugs.python.org/issue38413
https://bugs.python.org/issue38413