~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-12-10 01:30:32 UTC
  • mfrom: (4873.2.4 2.1.0b4-win32-test-imports)
  • Revision ID: pqm@pqm.ubuntu.com-20091210013032-30uu9d8xyqf13514
(jam) Some docs about the new ModuleAvailableFeature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
Internals
119
119
*********
120
120
 
 
121
* New test Feature: ``ModuleAvailableFeature``. It is designed to make it
 
122
  easier to handle what tests you want to run based on what modules can be
 
123
  imported. (Rather than lots of custom-implemented features that were
 
124
  basically copy-and-pasted.) (John Arbash Meinel)
 
125
 
121
126
* Several code paths that were calling ``Transport.get().read()`` have
122
127
  been changed to the equalivent ``Transport.get_bytes()``. The main
123
128
  difference is that the latter will explicitly call ``file.close()``,