Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
push by djc.ochtman - Improve Database.changes() docstring (fixes issue 196). on 2012-09-21 08:01 GMT
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
couchdb-pyt...@googlecode.com  
View profile  
 More options Sep 21 2012, 4:01 am
From: couchdb-pyt...@googlecode.com
Date: Fri, 21 Sep 2012 08:01:11 +0000
Local: Fri, Sep 21 2012 4:01 am
Subject: [couchdb-python] push by djc.ochtman - Improve Database.changes() docstring (fixes issue 196). on 2012-09-21 08:01 GMT
Revision: 0ec0224b1c96
Branch:   default
Author:   Dirkjan Ochtman <dirk...@ochtman.nl>
Date:     Fri Sep 21 01:01:01 2012
Log:      Improve Database.changes() docstring (fixes issue 196).
http://code.google.com/p/couchdb-python/source/detail?r=0ec0224b1c96

Modified:
  /couchdb/client.py

=======================================
--- /couchdb/client.py  Fri Sep 21 00:53:53 2012
+++ /couchdb/client.py  Fri Sep 21 01:01:01 2012
@@ -894,7 +894,8 @@
      def changes(self, **opts):
          """Retrieve a changes feed from the database.

-        Takes since, feed, heartbeat and timeout options.
+        :param opts: optional query string parameters
+        :return: an iterable over change notification dicts
          """
          if opts.get('feed') == 'continuous':
              return self._changes(**opts)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »