~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/lockable_files.py

Deprecate LockableFiles.put_utf8

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
                                  mode=self._file_mode)
192
192
 
193
193
    @needs_write_lock
 
194
    @deprecated_method(deprecated_in((1, 6, 0)))
194
195
    def put_utf8(self, path, a_string):
195
196
        """Write a string, encoding as utf-8.
196
197