From e182318e6a473e6e9341f1aab8e49f2b1035c674 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 16 Feb 2019 12:47:48 -0800 Subject: bpo-33234: Add another attribution in Whatsnew (GH-11899) https://bugs.python.org/issue33234 --- 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 5d2451b..6bc1314 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 -- cgit v0.12