~cmiller/desktopcouch/get-port-without-fd-race

Viewing all changes in revision 113.

Add a new attribute on Record class, so that users can get a record's
revision id without using ._dict or "_rev".

  n = r.record_revision  # retreive revision.  Will be None if just fabricated.
  r.record.revision = "foo"   # raises AttributeError, as it is read-only.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: