~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_server.py

  • Committer: John Arbash Meinel
  • Date: 2011-10-03 14:15:44 UTC
  • mto: This revision was merged to the branch mainline in revision 6186.
  • Revision ID: john@arbash-meinel.com-20111003141544-2upoh3swgxqerfv7
Separate the comments, for vila.

Show diffs side-by-side

added added

removed removed

Lines of Context:
336
336
        # exception and the traceback just when it occurs instead of waiting
337
337
        # for the thread to be joined.
338
338
        # SocketServer.BaseServer.handle_error(self, request, client_address)
 
339
 
339
340
        # We call close_request manually, because we are going to raise an
340
341
        # exception. The SocketServer implementation calls:
341
342
        #   handle_error(...)