diff options
author | Éric Araujo <merwok@netwok.org> | 2010-10-05 00:04:20 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2010-10-05 00:04:20 (GMT) |
commit | ef777bd3d356a4cb1b192f61753c7b2f2c509582 (patch) | |
tree | 9841ba36a95ed855af32ccf5ab655a592e5e1046 | |
parent | 6108bf5ed002925f2092deb025f336d8c2024299 (diff) | |
download | cpython-ef777bd3d356a4cb1b192f61753c7b2f2c509582.zip cpython-ef777bd3d356a4cb1b192f61753c7b2f2c509582.tar.gz cpython-ef777bd3d356a4cb1b192f61753c7b2f2c509582.tar.bz2 |
Fix news entry formatting nits
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |