~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-23 11:11:22 UTC
  • mfrom: (5177.1.1 integration2)
  • Revision ID: pqm@pqm.ubuntu.com-20100423111122-a5zc2qm7v9qrcxmf
(vila, for gz) Manually assign docstrings to command objects,
        so that they work with python -OO

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
Internals
35
35
*********
36
36
 
 
37
* Permit bzr to run under ``python -OO`` which reduces the size of bytecode
 
38
  files loaded from disk. To ensure docstrings needed for help are never
 
39
  stripped, the prefix ``__doc__ =`` should now be used.
 
40
  (Martin <gzlist@googlemail.com>)
 
41
 
37
42
Testing
38
43
*******
39
44
 
173
178
  Command is now transient and only exists for the duration of ``run()``.
174
179
  (Robert Collins)
175
180
 
176
 
 
177
181
bzr 2.2.0b1
178
182
###########
179
183