From: Raymond Hettinger Date: Fri, 11 Feb 2011 00:08:38 +0000 (+0000) Subject: Missing paren. X-Git-Tag: v3.2rc3~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44028d866336743dc2e3d62daa02d4a8ea318d81;p=thirdparty%2FPython%2Fcpython.git Missing paren. --- diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 577c628d18a3..98d85999270c 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -1827,7 +1827,7 @@ been established with a new remote endpoint. This is supposed to be used as a replacement for old :meth:`~asyncore.dispatcher.handle_accept()` and avoids the user to call :meth:`~asyncore.dispatcher.accept()` directly. -Contributed by Giampaolo Rodolà; :issue:`6706`.) +(Contributed by Giampaolo Rodolà; :issue:`6706`.) tempfile --------