~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-12-16 22:29:31 UTC
  • mto: This revision was merged to the branch mainline in revision 4920.
  • Revision ID: robertc@robertcollins.net-20091216222931-wbbn5ey4mwmpatwd
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
Internals
33
33
*********
34
34
 
35
 
* New helper osutils.StreamWriter which encodes unicode objects but 
36
 
  passes str objects straight through. This is used for selftest but
37
 
  may be useful for diff and other operations that generate mixed output.
38
 
  (Robert Collins)
 
35
* New helper osutils.UnicodeOrBytesToBytesWriter which encodes unicode
 
36
  objects but passes str objects straight through. This is used for
 
37
  selftest but may be useful for diff and other operations that generate
 
38
  mixed output. (Robert Collins)
39
39
 
40
40
Testing
41
41
*******
43
43
* ``bzrlib.tests.TestCase`` now subclasses ``testtools.testcase.TestCase``.
44
44
  This permits features in testtools such as getUniqueInteger and
45
45
  getUniqueString to be used. Because of this, testtools version 0.9.2 or
46
 
  newer is now a dependency to run bzr selftest. (Robert Collins)
 
46
  newer is now a dependency to run bzr selftest. Running with versions of
 
47
  testtools less than 0.9.2 will cause bzr to error while loading the test
 
48
  suite. (Robert Collins)
47
49
 
48
50
bzr 2.0.4 (not released yet)
49
51
############################