BIND 10 trac2993, updated. 0d3ac3452be35e57346715a296e05deb48a03ccd [2993] Update Python documentation for ZoneWriter's load() method

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jun 28 00:40:04 UTC 2013


The branch, trac2993 has been updated
       via  0d3ac3452be35e57346715a296e05deb48a03ccd (commit)
      from  b4f1cd645efbda886e123943b5e14222b40e7a9c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0d3ac3452be35e57346715a296e05deb48a03ccd
Author: Mukund Sivaraman <muks at isc.org>
Date:   Fri Jun 28 06:09:25 2013 +0530

    [2993] Update Python documentation for ZoneWriter's load() method

-----------------------------------------------------------------------

Summary of changes:
 src/lib/python/isc/datasrc/zonewriter_inc.cc |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/datasrc/zonewriter_inc.cc b/src/lib/python/isc/datasrc/zonewriter_inc.cc
index 5d862b3..1f10a9a 100644
--- a/src/lib/python/isc/datasrc/zonewriter_inc.cc
+++ b/src/lib/python/isc/datasrc/zonewriter_inc.cc
@@ -46,12 +46,13 @@ the data actually served, it only prepares them for future use.\n\
 This is the first method you should call on the object. Never call it\n\
 multiple times.\n\
 \n\
-Depending on how the ZoneWriter was constructed (see catch_load_error\n\
-argument to ConfigurableClientList.get_cached_zone_writer()), in case a\n\
-load error happens, a string with the error message may be returned. When\n\
-ZoneWriter is not constructed to do that, in case of a load error, a\n\
-DataSourceError exception is raised. In all other cases, this method\n\
-returns None.\n\
+If the zone loads successfully, this method returns None. In the case of\n\
+a load error, if the ZoneWriter was constructed with the\n\
+catch_load_error option (see\n\
+ConfigurableClientList.get_cached_zone_writer()), this method will\n\
+return an error message string; if it was created without the\n\
+catch_load_error option, this method will raise a DataSourceError\n\
+exception.\n\
 \n\
 Exceptions:\n\
   isc.InvalidOperation if called second time.\n\



More information about the bind10-changes mailing list