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

gh-119317: findall instead of traverse for docutils nodes by drts01 · Pull Request #119319 · python/cpython · GitHub

/ cpython Public

gh-119317: findall instead of traverse for docutils nodes - #119319

Merged
hugovk merged 1 commit into
python:mainfrom
drts01:fix_docs_tools_deprecation_warnings_119317
May 24, 2024
Merged

gh-119317: findall instead of traverse for docutils nodes#119319
hugovk merged 1 commit into
python:mainfrom
drts01:fix_docs_tools_deprecation_warnings_119317

Conversation

drts01 commented May 21, 2024
edited by hugovk
Loading

Copy link
Copy Markdown
Contributor

The new method, findall, is a generator rather than returning a list.

closes #119317

bedevere-app Bot commented May 21, 2024

Copy link
Copy Markdown

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

drts01 force-pushed the fix_docs_tools_deprecation_warnings_119317 branch from 2312026 to 3830593 Compare May 21, 2024 16:11

bedevere-app Bot commented May 21, 2024

Copy link
Copy Markdown

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

willingc added docs Documentation in the Doc dir skip news labels May 21, 2024
hugovk added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels May 24, 2024

hugovk commented May 24, 2024

Copy link
Copy Markdown
Member

Thank you.

hugovk merged commit 0867bce into python:main May 24, 2024

Copy link
Copy Markdown

Thanks @xsc27 for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 24, 2024
…onGH-119319)

(cherry picked from commit 0867bce)

Co-authored-by: Carlos Meza <hire@carlosmeza.com>

bedevere-app Bot commented May 24, 2024

Copy link
Copy Markdown

GH-119486 is a backport of this pull request to the 3.13 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 24, 2024
…onGH-119319)

(cherry picked from commit 0867bce)

Co-authored-by: Carlos Meza <hire@carlosmeza.com>
bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label May 24, 2024

bedevere-app Bot commented May 24, 2024

Copy link
Copy Markdown

GH-119487 is a backport of this pull request to the 3.12 branch.

bedevere-app Bot removed the needs backport to 3.12 only security fixes label May 24, 2024
hugovk pushed a commit that referenced this pull request May 24, 2024
…119319) (#119487)

gh-119317: findall instead of traverse for docutils nodes (GH-119319)
(cherry picked from commit 0867bce)

Co-authored-by: Carlos Meza <hire@carlosmeza.com>
hugovk pushed a commit that referenced this pull request May 27, 2024
…119319) (#119486)

gh-119317: findall instead of traverse for docutils nodes (GH-119319)
(cherry picked from commit 0867bce)

Co-authored-by: Carlos Meza <hire@carlosmeza.com>
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.

Resolve deprecation warnings in Docs/tools

3 participants


Back | FazBrowse Home | New Git URL