[Python-checkins] r85226 - python/branches/py3k/Misc/NEWS

eric.araujo python-checkins at python.org
Tue Oct 5 02:04:21 CEST 2010


Author: eric.araujo
Date: Tue Oct  5 02:04:20 2010
New Revision: 85226

Log:
Fix news entry formatting nits


Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Tue Oct  5 02:04:20 2010
@@ -91,9 +91,9 @@
 - 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.
 


More information about the Python-checkins mailing list