File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments