~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2007-12-06 22:46:16 UTC
  • mto: (2929.3.16 https) (3097.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 3099.
  • Revision ID: v.ladeuil+lp@free.fr-20071206224616-wn217wlduoe4rdkh
Fix typos mentioned by spiv.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
    * readv urllib http implementation is now a real iterator above the
18
18
      underlying socket and deliver data as soon as it arrives. 'get' still
19
 
      wraps its ouput in a StringIO.
 
19
      wraps its output in a StringIO.
20
20
      (Vincent Ladeuil)
21
21
 
22
22
    * New -Dhttp debug option reports http connections, requests and responses.