~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-04-29 03:32:40 UTC
  • Revision ID: mbp@sourcefrog.net-20050429033239-43b3a4781828f11d
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
 
143
143
* Change to using gettext message localization.
144
144
 
 
145
* Make a clearer separation between internal and external bzrlib
 
146
  interfaces.  Make internal interfaces use protected names.  Write at
 
147
  least some documentation for those APIs, probably as docstrings.
 
148
 
 
149
  Consider using ZopeInterface definitions for the external interface;
 
150
  I think these are already used in PyBaz.  They allow automatic
 
151
  checking of the interface but may be unfamiliar to general Python
 
152
  developers.
 
153
 
 
154
* Commands to dump out all command help into a manpage or HTML file or
 
155
  whatever.
 
156
 
 
157
 
145
158
Large things
146
159
------------
147
160