Skip to content

bpo-30419: DOC: Update missing information in bdb docs#1687

Merged
terryjreedy merged 9 commits into
python:mainfrom
csabella:bdb_doc
Sep 2, 2022
Merged

bpo-30419: DOC: Update missing information in bdb docs#1687
terryjreedy merged 9 commits into
python:mainfrom
csabella:bdb_doc

Conversation

@csabella

@csabella csabella commented May 20, 2017

Copy link
Copy Markdown
Contributor

Update missing information identified when creating docstrings.

#74604

@mention-bot

Copy link
Copy Markdown

@csabella, thanks for your PR! By analyzing the history of the files in this pull request, we identified @tiran, @benjaminp and @birkenfeld to be potential reviewers.

@vstinner

Copy link
Copy Markdown
Member

I'm sorry but it seems that you mentionned the wrong bpo number.

@csabella csabella changed the title bpo-30409: DOC: Update missing information in bdb docs bpo-30419: DOC: Update missing information in bdb docs May 21, 2017
@csabella

Copy link
Copy Markdown
Contributor Author

Sorry about that, it was 30419.

Comment thread Doc/library/bdb.rst Outdated
Comment thread Doc/library/bdb.rst Outdated

@vadmium vadmium left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’m not familiar with this particular module, but I found a couple places with apparently unfinished sentences (or at that least don’t make grammatical sense to me).

Comment thread Doc/library/bdb.rst Outdated
Comment thread Doc/library/bdb.rst Outdated
Comment thread Doc/library/bdb.rst Outdated
Comment thread Doc/library/bdb.rst Outdated
Comment thread Doc/library/bdb.rst Outdated
Comment thread Doc/library/bdb.rst Outdated
Comment thread Doc/library/bdb.rst Outdated
@brettcannon

Copy link
Copy Markdown
Member

To try and help move older pull requests forward, we are going through and backfilling 'awaiting' labels on pull requests that are lacking the label. Based on the current reviews, the best we can tell in an automated fashion is that a core developer requested changes to be made to this pull request.

If/when the requested changes have been made, please leave a comment that says, I have made the requested changes; please review again. That will trigger a bot to flag this pull request as ready for a follow-up review.

@aeros aeros added the stale Stale PR or inactive for long period of time. label Sep 10, 2019
@AlexWaygood AlexWaygood added the docs Documentation in the Doc dir label Apr 11, 2022

@JelleZijlstra JelleZijlstra left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR has had quite the journey. I think it's mostly a good improvement, but I have a few comments.

Comment thread Doc/library/bdb.rst Outdated
Comment thread Doc/library/bdb.rst Outdated
Comment thread Doc/library/bdb.rst Outdated
Comment thread Doc/library/bdb.rst Outdated
Comment thread Doc/library/bdb.rst Outdated
Comment thread Doc/library/bdb.rst Outdated
Comment thread Doc/library/bdb.rst Outdated
@JelleZijlstra JelleZijlstra self-assigned this May 8, 2022
Co-authored-by: Martin Panter <vadmium@users.noreply.github.com>
@github-actions github-actions Bot removed the stale Stale PR or inactive for long period of time. label Jul 28, 2022
@github-actions

Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions Bot added the stale Stale PR or inactive for long period of time. label Aug 28, 2022
@JelleZijlstra

Copy link
Copy Markdown
Member

@terryjreedy are you OK with merging this now? You requested changes several years ago.

@terryjreedy

Copy link
Copy Markdown
Member

Yes, go ahead. And thank you for finishing this.

@github-actions github-actions Bot removed the stale Stale PR or inactive for long period of time. label Aug 30, 2022
tiran
tiran previously requested changes Sep 2, 2022

@tiran tiran left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the trailing white spaces (make patchcheck)

@python python deleted a comment from bedevere-bot Sep 2, 2022
@terryjreedy terryjreedy added needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes labels Sep 2, 2022
@terryjreedy terryjreedy dismissed tiran’s stale review September 2, 2022 17:21

Whitespace fixed

@terryjreedy terryjreedy merged commit ccce9b7 into python:main Sep 2, 2022
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @csabella for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-96514 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed needs backport to 3.11 only security fixes needs backport to 3.10 only security fixes labels Sep 2, 2022
@bedevere-bot

Copy link
Copy Markdown

GH-96515 is a backport of this pull request to the 3.10 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 2, 2022
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Martin Panter <vadmium@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit ccce9b7)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 2, 2022
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Martin Panter <vadmium@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit ccce9b7)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
miss-islington added a commit that referenced this pull request Sep 2, 2022
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Martin Panter <vadmium@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit ccce9b7)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
miss-islington added a commit that referenced this pull request Sep 2, 2022
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Martin Panter <vadmium@users.noreply.github.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit ccce9b7)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
@csabella csabella mentioned this pull request Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.