Browse Source

[1259] Add a note about the library name

Michal 'vorner' Vaner 13 years ago
parent
commit
743dad9408
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/lib/python/isc/xfrin/diff.py

+ 4 - 0
src/lib/python/isc/xfrin/diff.py

@@ -16,6 +16,10 @@
 """
 """
 This helps the XFR in process with accumulating parts of diff and applying
 This helps the XFR in process with accumulating parts of diff and applying
 it to the datasource.
 it to the datasource.
+
+The name of the module is not yet fully decided. We might want to move it
+under isc.datasrc or somewhere else, because we might want to reuse it with
+future DDNS process. But until then, it lives here.
 """
 """
 
 
 import isc.dns
 import isc.dns