Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e182318

Browse files
rhettingermiss-islington
authored andcommitted
bpo-33234: Add another attribution in Whatsnew (GH-11899)
https://bugs.python.org/issue33234
1 parent 63fa1cf commit e182318

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.8.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ Optimizations
372372

373373
* The :class:`list` constructor does not overallocate the internal item buffer
374374
if the input iterable has a known length (the input implements ``__len__``).
375-
This makes the created list 12% smaller on average. (Contributed by Pablo
376-
Galindo in :issue:`33234`.)
375+
This makes the created list 12% smaller on average. (Contributed by
376+
Raymond Hettinger and Pablo Galindo in :issue:`33234`.)
377377

378378

379379
Build and C API Changes

0 commit comments

Comments
 (0)