~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/index.txt

  • Committer: Martin Pool
  • Date: 2005-05-19 11:07:36 UTC
  • Revision ID: mbp@sourcefrog.net-20050519110736-938c6496f0b436e5
- Define __eq__ and __ne__ for Inventory and InventoryEntry objects,
  not __cmp__.  (Apparently this is the preferred style for modern
  Python code.)

- Make those classes explicitly not hashable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
__ http://canonical.com/
15
15
 
16
16
 
17
 
**Note: These documents describe the initial design and are out of
18
 
date in parts.**  For more up-to-date information see the wiki at
19
 
http://bazaar.canonical.com/
 
17
**Note:** These documents are in a very preliminary state, and so may
 
18
be internally or externally inconsistent or redundant.  Comments are
 
19
still very welcome.  Please send them to <mbp@sourcefrog.net>.
 
20
 
20
21
 
21
22
For more information, see the homepage at http://bazaar-ng.org/
22
23