From: Éric Araujo Date: Tue, 5 Oct 2010 00:04:20 +0000 (+0000) Subject: Fix news entry formatting nits X-Git-Tag: v3.2a3~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef777bd3d356a4cb1b192f61753c7b2f2c509582;p=thirdparty%2FPython%2Fcpython.git Fix news entry formatting nits --- diff --git a/Misc/NEWS b/Misc/NEWS index a0d30af7febd..7042774b6725 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -91,9 +91,9 @@ Library - Issue #9042: Fix interaction of custom translation classes and caching in gettext. -- Issue 6706: asyncore.dispatcher now provides a handle_accepted() method +- Issue #6706: asyncore.dispatcher now provides a handle_accepted() method returning a (sock, addr) pair which is called when a connection has been - established with a new remote endpoint. This is supposed to be used as a + established with a new remote endpoint. This is supposed to be used as a replacement for old handle_accept() and avoids the user to call accept() directly.