~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-03-31 00:12:10 UTC
  • mto: This revision was merged to the branch mainline in revision 4219.
  • Revision ID: robertc@robertcollins.net-20090331001210-fufeq2heozx9jne0
Fix Tree.get_symlink_target to decode from the disk encoding to get a unicode encoded string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
194
194
  module documentation for ``bzrlib.smart.request`` for details.
195
195
  (Andrew Bennetts, Robert Collins)
196
196
 
 
197
* ``Tree.get_symlink_target`` now always returns a unicode string result
 
198
  or None. Previously it would return the bytes from reading the link
 
199
  which could be in any arbitrary encoding. (Robert Collins)
 
200
 
197
201
Testing
198
202
*******
199
203