gh-149187: Document frozendict() under 'Built-in Functions'#149185
Conversation
Documentation build overview
136 files changed ·
|
f0b8048 to
2bbe0c7
Compare
|
@sobolevn Thanks for the review! Are there other reviewers I should add? |
Please don't ping people at random. CODEOWNERS/experts are generally requested automatically. |
2bbe0c7 to
c50a587
Compare
I'm new here, but it might seem like that automation for this doesn't work for functions.rst. No reviewers were added for a number of days. Just FYI |
That's because all reviewers have already been added. |
I meant before that. The PR had been open for 5 days when you were added. But again, I don't know anything about your codeowners system. |
c50a587 to
786e218
Compare
786e218 to
ad19967
Compare
|
Is anything missing from my part for this to proceed? |
ad19967 to
7f5dfe3
Compare
7f5dfe3 to
6d5dd40
Compare
6d5dd40 to
3f5f622
Compare
Add frozendict to the Built-in Functions table, and add a short entry on the page, derived from the dict and frozenset entries. Also, mention frozendict in the dict entry. Signed-off-by: Øyvind Rønningstad <oyvind.ronningstad@nordicsemi.no>
3f5f622 to
97e286d
Compare
vstinner
left a comment
There was a problem hiding this comment.
LGTM. The doc is rendered properly, and I can click on frozendict() in the table (the link works). I also checked that no function was removed by mistake in the table.
frozendict() under 'Built-in Functions'
|
Thanks @oyvindronningstad for the PR, and @StanFromIreland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.15. |
|
GH-150789 is a backport of this pull request to the 3.15 branch. |
Add frozendict to the Built-in Functions table, and add a short entry on the page, derived from the dict and frozenset entries.
Also, mention frozendict in the dict entry.