From: fireattack Date: Sat, 25 Jan 2020 15:08:13 +0000 (-0600) Subject: Update 3.8.rst (GH-18173) X-Git-Tag: v3.9.0a4~220 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bfb4a7061a3bc4fc5632bccfdf9ed61f62679f7;p=thirdparty%2FPython%2Fcpython.git Update 3.8.rst (GH-18173) Fixed the name of the contributor (@selik). --- diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 0927a965dd3d..fabc1c597eca 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -725,7 +725,7 @@ csv The :class:`csv.DictReader` now returns instances of :class:`dict` instead of a :class:`collections.OrderedDict`. The tool is now faster and uses less memory while still preserving the field order. -(Contributed by Michael Seek in :issue:`34003`.) +(Contributed by Michael Selik in :issue:`34003`.) curses