~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2010-04-23 08:51:52 UTC
  • mfrom: (5131.2.6 support_OO_flag)
  • mto: This revision was merged to the branch mainline in revision 5179.
  • Revision ID: v.ladeuil+lp@free.fr-20100423085152-uoewc1vnkwqhw0pj
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
 
168
173
  Command is now transient and only exists for the duration of ``run()``.
169
174
  (Robert Collins)
170
175
 
171
 
 
172
176
bzr 2.2.0b1
173
177
###########
174
178