Sync with CPython 3.14 + resolve all introduced fuzzy entries#1214
Draft
pydoc-zh-tw[bot] wants to merge 27 commits into3.14from
Draft
Sync with CPython 3.14 + resolve all introduced fuzzy entries#1214pydoc-zh-tw[bot] wants to merge 27 commits into3.14from
pydoc-zh-tw[bot] wants to merge 27 commits into3.14from
Conversation
Contributor
|
mattwang44
reviewed
Apr 8, 2026
Collaborator
mattwang44
left a comment
There was a problem hiding this comment.
@copilot examine all the files and handle all the newly introduced fuzzy entries by fixing their existing translation and then remove corresponding fuzzy mark line.
…umentation, howto/regex Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: mattwang44 <24987826+mattwang44@users.noreply.github.com>
…y, library/asyncio-dev, library/asyncio-eventloop Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: mattwang44 <24987826+mattwang44@users.noreply.github.com>
- asyncio-task: fix title case headings and update datetime code example - collections: update parameter names (x→item, x→value, i→index) and UserDict description reflecting removed initialdata parameter - ctypes: update Python type references to use :py:class: roles, fix C type expressions (long→long long, etc.) - difflib: fix title case headings and update datetime import style Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: mattwang44 <24987826+mattwang44@users.noreply.github.com>
- enum.po: Fix 6 fuzzy entries (case changes, datetime import update, _generate_next_value_ description, __new__ attr reference) - pkgutil.po: Remove sentences no longer in msgid - plistlib.po: Update datetime import alias in code example - ssl.po: Fix 6 fuzzy entries (case changes, datetime import/usage update, SSL Sockets/Contexts section headers) - stdtypes.po: Fix incorrect msgstr for sequence append method - string.po: Fix 4 fuzzy entries (case changes, datetime import alias) - struct.po: Fix _Float16 type, note references, and IEEE 754 description Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: mattwang44 <24987826+mattwang44@users.noreply.github.com>
…ent, xmlrpc.server, zoneinfo - threadsafety: translate new section headings for set, bytearray, memoryview thread safety - unittest.mock-examples: update headings for capitalization changes; update datetime import style in code example - xmlrpc.client: update code examples for 'import datetime as dt' refactor - xmlrpc.server: update headings for capitalization changes; update code example for datetime refactor - zoneinfo: update code examples for variable rename (dt->when) and import style change Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: mattwang44 <24987826+mattwang44@users.noreply.github.com>
- tutorial/datastructures.po: Update *x* -> *value* in 3 method descriptions - tutorial/errors.po: Update except clause wording, code block, and ExceptionGroup example - tutorial/stdlib.po: Fix section header capitalizations (13 entries) and datetime code block - whatsnew/2.3.po: Update datetime code to use 'import datetime as dt' style - whatsnew/2.5.po: Update datetime code to use 'import datetime as dt' style - whatsnew/3.2.po: Update datetime code to use 'import datetime as dt' style - whatsnew/3.8.po: Update date.today() call to use dt.date.today() - whatsnew/3.9.po: Update zoneinfo example to use 'import datetime as dt' and rename variable Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: mattwang44 <24987826+mattwang44@users.noreply.github.com>
Contributor
Done. All 152 newly introduced fuzzy entries across 36 files have been fixed and the fuzzy marks removed (commits 376bc7b → 30d4fb4). Verified with |
Copilot
AI
changed the title
Sync with CPython 3.14
Sync with CPython 3.14 + resolve all introduced fuzzy entries
Apr 8, 2026
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.
Syncs PO files with CPython 3.14 upstream and resolves all 152 fuzzy entries introduced by the sync across 36 files.
Fuzzy entries fixed
file.po,float.poenum.po,instrumentation.po,regex.po,remote_debugging.poindex.poargparse.po,array.po,asyncio-dev.po,asyncio-eventloop.po,asyncio-task.po,collections.po,ctypes.po,difflib.po,enum.po,pkgutil.po,plistlib.po,ssl.po,stdtypes.po,string.po,struct.po,threadsafety.po,unittest.mock-examples.po,xmlrpc.client.po,xmlrpc.server.po,zoneinfo.podatastructures.po,errors.po,stdlib.po2.3.po,2.5.po,3.14.po,3.2.po,3.8.po,3.9.poCommon change types handled: parameter renames, split/reorganised content sections, minor English phrasing corrections, and new content paragraphs.