Skip to content

bpo-42755: Fix sqlite3.Connection.backup docs - #23965

Merged
pablogsal merged 1 commit into
python:masterfrom
erlend-aasland:sqlite/backup-default-value
Dec 27, 2020
Merged

bpo-42755: Fix sqlite3.Connection.backup docs#23965
pablogsal merged 1 commit into
python:masterfrom
erlend-aasland:sqlite/backup-default-value

Conversation

@erlend-aasland

@erlend-aaslanderlend-aasland commented Dec 27, 2020

Copy link
Copy Markdown
Contributor

The pages argument default value now reflects the implementation.

https://bugs.python.org/issue42755

The `pages` argument default value now reflects the implementation.
@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

FYI, @corona10

@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

3.9 and 3.8 have the same discrepancies, @pablogsal, so I guess backport labels are needed.

@erlend-aasland

Copy link
Copy Markdown
ContributorAuthor

Skip news?

@pablogsal
pablogsal merged commit abba83b into python:masterDec 27, 2020
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @erlend-aasland for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

@pablogsal

Copy link
Copy Markdown
Member

Thanks for the PR @erlend-aasland !

@bedevere-bot

Copy link
Copy Markdown

GH-23970 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 27, 2020
The `pages` argument default value now reflects the implementation.
(cherry picked from commit abba83b)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
@erlend-aasland
erlend-aasland deleted the sqlite/backup-default-value branch December 27, 2020 22:35
@bedevere-bot

Copy link
Copy Markdown

GH-23971 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 27, 2020
The `pages` argument default value now reflects the implementation.
(cherry picked from commit abba83b)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
miss-islington added a commit that referenced this pull request Dec 27, 2020
The `pages` argument default value now reflects the implementation.
(cherry picked from commit abba83b)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
berkerpeksag pushed a commit that referenced this pull request Jan 6, 2021
The `pages` argument default value now reflects the implementation.
(cherry picked from commit abba83b)
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
The `pages` argument default value now reflects the implementation.
@erlend-aaslanderlend-aasland mentioned this pull request Jul 27, 2022
5 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@erlend-aasland@miss-islington@pablogsal@bedevere-bot@corona10@the-knights-who-say-ni