[Python-checkins] r73657 - python/branches/py3k

benjamin.peterson python-checkins at python.org
Mon Jun 29 00:24:31 CEST 2009


Author: benjamin.peterson
Date: Mon Jun 29 00:24:31 2009
New Revision: 73657

Log:
Blocked revisions 73272,73546 via svnmerge

........
  r73272 | kristjan.jonsson | 2009-06-07 11:43:23 -0500 (Sun, 07 Jun 2009) | 2 lines
  
  http://bugs.python.org/issue6192
  Add a feature to disable the Nagle algorithm on sockets in TCPServer
........
  r73546 | kristjan.jonsson | 2009-06-24 04:17:04 -0500 (Wed, 24 Jun 2009) | 2 lines
  
  http://bugs.python.org/issue6192
  Move the newly introduced disable_nagle_algorithm flag into the StreamRequestHandler, where it is more appropriate.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list