[Python-checkins] bpo-33234: Add another attribution in Whatsnew (GH-11899)

Miss Islington (bot) webhook-mailer at python.org
Sat Feb 16 15:47:51 EST 2019


https://github.com/python/cpython/commit/e182318e6a473e6e9341f1aab8e49f2b1035c674
commit: e182318e6a473e6e9341f1aab8e49f2b1035c674
branch: master
author: Raymond Hettinger <rhettinger at users.noreply.github.com>
committer: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
date: 2019-02-16T12:47:48-08:00
summary:

bpo-33234: Add another attribution in Whatsnew (GH-11899)



https://bugs.python.org/issue33234

files:
M Doc/whatsnew/3.8.rst

diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 5d2451b7e606..6bc131419ca8 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



More information about the Python-checkins mailing list