From 77341b4ae326f267c71413a2b6ddf5aaacd0a88e Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 16 Feb 2019 12:40:27 -0800 Subject: [PATCH] Incomplete attribution. --- Doc/whatsnew/3.8.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 5d2451b7e6066fa..6bc131419ca87c8 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -372,8 +372,8 @@ Optimizations * The :class:`list` constructor does not overallocate the internal item buffer if the input iterable has a known length (the input implements ``__len__``). - This makes the created list 12% smaller on average. (Contributed by Pablo - Galindo in :issue:`33234`.) + This makes the created list 12% smaller on average. (Contributed by + Raymond Hettinger and Pablo Galindo in :issue:`33234`.) Build and C API Changes