From: Raymond Hettinger Date: Wed, 8 Apr 2009 00:09:26 +0000 (+0000) Subject: Fix-up attribution per IRC discussion with GPolo. X-Git-Tag: v3.1b1~345 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1b3de365c0f10f09137e5d8d597a970921ac27d;p=python Fix-up attribution per IRC discussion with GPolo. --- diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index 951e678431..f4ffd76273 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -179,8 +179,7 @@ New, Improved, and Deprecated Modules The basic idea of ttk is to separate, to the extent possible, the code implementing a widget's behavior from the code implementing its appearance. - (Contributed by Kevin Walzer and Guilherme Polo; :issue:`2618` and - :issue:`2983`.) + (Contributed by Guilherme Polo; :issue:`2983`.) * The :class:`gzip.GzipFile` and :class:`bz2.BZ2File` classes now support the context manager protocol::