We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d9243 commit ebef1afCopy full SHA for ebef1af
1 file changed
Doc/whatsnew/3.15.rst
@@ -316,9 +316,7 @@ Other language changes
316
and compression. Common code patterns which can be optimized with
317
:func:`~bytearray.take_bytes` are listed below.
318
319
- (Contributed by Cody Maloney in :gh:`139871`.)
320
-
321
- .. list-table:: Suggested Optimizing Refactors
+ .. list-table:: Suggested optimizing refactors
322
:header-rows: 1
323
324
* - Description
@@ -387,6 +385,8 @@ Other language changes
387
385
buffer.resize(n)
388
386
data = buffer.take_bytes()
389
+ (Contributed by Cody Maloney in :gh:`139871`.)
+
390
* Many functions related to compiling or parsing Python code, such as
391
:func:`compile`, :func:`ast.parse`, :func:`symtable.symtable`,
392
and :func:`importlib.abc.InspectLoader.source_to_code`, now allow the module
0 commit comments