~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-09-12 15:39:32 UTC
  • mfrom: (2000.2.3 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060912153932-5ad746328277317a
(vila) Fix bug #59835: avoid e.code for URLErrors

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
  BUG FIXES:
24
24
 
 
25
    * Don't access e.code for generic URLErrors, only HTTPErrors have .code.
 
26
      (Vincent Ladeuil, #59835)
 
27
 
25
28
    * Handle boundary="" lines properly to allow access through a Squid proxy.
26
29
      (John Arbash Meinel, #57723)
27
30