Skip to content

Commit ebef1af

Browse files
committed
Move contributed-by after table
1 parent 51d9243 commit ebef1af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,7 @@ Other language changes
316316
and compression. Common code patterns which can be optimized with
317317
:func:`~bytearray.take_bytes` are listed below.
318318

319-
(Contributed by Cody Maloney in :gh:`139871`.)
320-
321-
.. list-table:: Suggested Optimizing Refactors
319+
.. list-table:: Suggested optimizing refactors
322320
:header-rows: 1
323321

324322
* - Description
@@ -387,6 +385,8 @@ Other language changes
387385
buffer.resize(n)
388386
data = buffer.take_bytes()
389387

388+
(Contributed by Cody Maloney in :gh:`139871`.)
389+
390390
* Many functions related to compiling or parsing Python code, such as
391391
:func:`compile`, :func:`ast.parse`, :func:`symtable.symtable`,
392392
and :func:`importlib.abc.InspectLoader.source_to_code`, now allow the module

0 commit comments

Comments
 (0)