Sync with CPython 3.14#1226
Draft
pydoc-zh-tw[bot] wants to merge 40 commits into
Draft
Conversation
Contributor
|
45dea5a to
69bd24c
Compare
mattwang44
reviewed
May 18, 2026
mattwang44
reviewed
May 18, 2026
Co-authored-by: W. H. Wang <mattwang44@gmail.com> Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: W. H. Wang <mattwang44@gmail.com>
* Translate fuzzy entries from upstream sync Translated 34 fuzzy entries across 11 files introduced by the upstream sync with CPython. Key changes include: - c-api/typehints: Update code example string (PEP 585 → generic type) - library/constants: :data: → :class: for NoneType/EllipsisType/NotImplementedType - library/io: Translate new RawIOBase.read() paragraph split + update EOF conditions - library/math: Update frexp() description for finite nonzero number case - library/ssl: Fix TLSv1_2/TLSv1_3 code example; split SSLSocket sentence - library/stdtypes: Fix wrong cross-references (join/rsplit, not find/rindex) - library/typing: "compatible" → "assignable"; ABC → 協定 for protocol classes - library/urllib.request: Update example URLs from http:// to https:// - library/zipfile: Update security warning text; fix path traversal example - sphinx: Add full-width colon to "其他資源:" - whatsnew/3.10: :data: → :class: for reintroduced type classes * Update library/typing.po --------- Co-authored-by: Claude <noreply@anthropic.com>
fb5bc50 to
9045978
Compare
- decimal.po: add zero-width separator after :const:`False` role so the following full-width ( doesn't get absorbed into the term reference - whatsnew/3.12.po: correct :py:meth: target from ~class to ~type to match upstream Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync with CPython 3.14