FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.10] gh-101777: Make `PriorityQueue` docs slightly clearer (GH-102026) by miss-islington · Pull Request #102107 · python/cpython · GitHub

/ cpython Public

[3.10] gh-101777: Make PriorityQueue docs slightly clearer (GH-102026) - #102107

Merged
miss-islington merged 1 commit into
python:3.10from
miss-islington:backport-350ba7c-3.10
Feb 21, 2023
Merged

[3.10] gh-101777: Make PriorityQueue docs slightly clearer (GH-102026)#102107
miss-islington merged 1 commit into
python:3.10from
miss-islington:backport-350ba7c-3.10

Conversation

miss-islington commented Feb 21, 2023
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor

Adjust wording slightly, and use min(entries) instead of
sorted(list(entries))[0] as an example.
(cherry picked from commit 350ba7c)

Co-authored-by: Owain Davies 116417456+OTheDev@users.noreply.github.com

…-102026)

Adjust wording slightly, and use min(entries) instead of
sorted(list(entries))[0] as an example.
(cherry picked from commit 350ba7c)

Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
miss-islington merged commit 2d9f8d4 into python:3.10 Feb 21, 2023
miss-islington deleted the backport-350ba7c-3.10 branch February 21, 2023 10:31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

4 participants


Back | FazBrowse Home | New Git URL