Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit71962e5

Browse files
Run sphinx-lint on Misc/NEWS.d/next/ (#108212)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent37135d2 commit71962e5

14 files changed

+18
-18
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ repos:
1414
hooks:
1515
-id:sphinx-lint
1616
args:[--enable=default-role]
17-
files:^Doc/
17+
files:^Doc/|^Misc/NEWS.d/next/
1818
types:[rst]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Check for `linux/limits.h` before including it in `Modules/posixmodule.c`.
1+
Check for ``linux/limits.h`` before including it in ``Modules/posixmodule.c``.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
:opcode:`LOAD_CLOSURE` is now a pseudo-op.
1+
:opcode:`LOAD_CLOSURE` is now a pseudo-op.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
Specialize:opcode:`LOAD_ATTR` for non-descriptors on the class. Adds
2-
:opcode:`LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES` and :opcode
3-
`LOAD_ATTR_NONDESCRIPTOR_NO_DICT`.
2+
:opcode:`LOAD_ATTR_NONDESCRIPTOR_WITH_VALUES` and:opcode:`LOAD_ATTR_NONDESCRIPTOR_NO_DICT`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Isolate:mod:`!_decimal` (apply:pep:`687`). Patch by Charlie Zhao.
1+
Isolate:mod:`!_decimal` (apply:pep:`687`). Patch by Charlie Zhao.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Fix potential unaligned memory access on C APIs involving returned sequences
2-
of `char *` pointers within the:mod:`grp` and:mod:`socket` modules. These
2+
of ``char *`` pointers within the:mod:`grp` and:mod:`socket` modules. These
33
were revealed using a ``-fsaniziter=alignment`` build on ARM macOS. Patch by
44
Christopher Chavez.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Ensure `gettext(msg)` retrieve translations even if a plural form exists. In
2-
other words: `gettext(msg) == ngettext(msg, '', 1)`.
1+
Ensure ``gettext(msg)`` retrieve translations even if a plural form exists. In
2+
other words: ``gettext(msg) == ngettext(msg, '', 1)``.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Added `asyncio.taskgroups.__all__` to `asyncio.__all__` for export in star imports.
1+
Added ``asyncio.taskgroups.__all__`` to ``asyncio.__all__`` for export in star imports.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Fix crash when calling ``repr`` with a manually constructed SignalDict object.
2-
Patch by Charlie Zhao.
2+
Patch by Charlie Zhao.

‎Misc/NEWS.d/next/Library/2023-07-14-16-54-13.gh-issue-106752.BT1Yxw.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Fixed several bugs in zipfile.Path, including: in``Path.match`, Windows
1+
Fixed several bugs in zipfile.Path, including: in:meth:`zipfile.Path.match`, Windows
22
separators are no longer honored (and never were meant to be); Fixed
33
``name``/``suffix``/``suffixes``/``stem`` operations when no filename is
44
present and the Path is not at the root of the zipfile; Reworked glob for

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp