~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-06 06:48:25 UTC
  • mfrom: (4070.8.6 debug-config)
  • Revision ID: pqm@pqm.ubuntu.com-20090306064825-kbpwggw21dygeix6
(mbp) debug_flags configuration option

Show diffs side-by-side

added added

removed removed

Lines of Context:
1634
1634
            self.port = ':%s' % port
1635
1635
 
1636
1636
 
 
1637
# XXX: This is also used for unexpected end of file, which is different at the
 
1638
# TCP level from "connection reset".
1637
1639
class ConnectionReset(TransportError):
1638
1640
 
1639
1641
    _fmt = "Connection closed: %(msg)s %(orig_error)s"