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 e374413 commit 764858aCopy full SHA for 764858a
1 file changed
Doc/whatsnew/3.8.rst
@@ -244,8 +244,8 @@ Optimizations
244
245
* The :class:`list` constructor does not overallocate the internal item buffer
246
if the input iterable has a known size (the input implements ``__len__``).
247
- This makes the created list 12% smaller on average and it speeds the creation
248
- of very large lists. (Contributed by Pablo Galindo in :issue:`33234`.)
+ This makes the created list 12% smaller on average. (Contributed by Pablo
+ Galindo in :issue:`33234`.)
249
250
251
Build and C API Changes
0 commit comments