New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-30419: DOC: Update missing information in bdb docs #1687
Conversation
|
@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. |
|
I'm sorry but it seems that you mentionned the wrong bpo number. |
|
Sorry about that, it was 30419. |
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).
|
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, |
This PR has had quite the journey. I think it's mostly a good improvement, but I have a few comments.
Co-authored-by: Martin Panter <vadmium@users.noreply.github.com>
|
This PR is stale because it has been open for 30 days with no activity. |
|
@terryjreedy are you OK with merging this now? You requested changes several years ago. |
|
Yes, go ahead. And thank you for finishing this. |
|
Thanks @csabella for the PR, and @terryjreedy for merging it |
|
GH-96514 is a backport of this pull request to the 3.11 branch. |
|
GH-96515 is a backport of this pull request to the 3.10 branch. |
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 ccce9b77e1f599e05425eadc0cc372d142fe05e0) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
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 ccce9b77e1f599e05425eadc0cc372d142fe05e0) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
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>
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>


Update missing information identified when creating docstrings.
#74604