Skip to content

Conversation

@hugovk
Copy link
Member

@hugovk hugovk commented Nov 10, 2025

No description provided.

completion.py Outdated
from functools import cache
from pathlib import Path
from tempfile import TemporaryDirectory
from urllib.request import urlopen
Copy link
Member

Choose a reason for hiding this comment

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

This project already requires both requests (via Sphinx) and urllib3 (directly), perhaps we should use one of the two?

@StanFromIreland StanFromIreland linked an issue Nov 10, 2025 that may be closed by this pull request
Copy link
Member

@StanFromIreland StanFromIreland left a comment

Choose a reason for hiding this comment

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

Please fix it's usage:

from completion import branches_from_devguide, get_completion

Co-authored-by: Adam Turner <[email protected]>
Copy link
Member

@AA-Turner AA-Turner left a comment

Choose a reason for hiding this comment

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

CI failing on git permission error; unrelated.

A

@AA-Turner AA-Turner merged commit 3da40df into python-docs-translations:main Nov 10, 2025
3 of 4 checks passed
@StanFromIreland
Copy link
Member

Yes, you need to create a branch in this repository for it to work.

@hugovk hugovk deleted the update-url branch November 10, 2025 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use PEP's versions API

3 participants