[Python-3000-checkins] r67446 - python/branches/py3k

benjamin.peterson python-3000-checkins at python.org
Sun Nov 30 04:23:14 CET 2008


Author: benjamin.peterson
Date: Sun Nov 30 04:23:13 2008
New Revision: 67446

Log:
Blocked revisions 67370 via svnmerge

........
  r67370 | jeremy.hylton | 2008-11-24 16:00:29 -0600 (Mon, 24 Nov 2008) | 8 lines
  
  Add unittests that verify documented behavior of public methods in Transport
  class.
  
  These methods can be overridden.  The tests verify that the overridden
  methods are called, and that changes to the connection have a visible
  effect on the request.
........


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


More information about the Python-3000-checkins mailing list