~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.7.txt

(vila) Make all transport put_bytes() raises TypeError when given unicode
 strings rather than bytes (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
.. Major internal changes, unlikely to be visible to users or plugin 
67
67
   developers, but interesting for bzr developers.
68
68
 
 
69
* Make all transport put_bytes() raises TypeError instead of AssertionError
 
70
  or UnicodeEncodeError when given unicode strings rather than bytes.
 
71
  (Vincent Ladeuil, #106898)
 
72
 
69
73
Changed Behaviour
70
74
*****************
71
75