[svn] commit: r2729 - in /trunk/src/lib/dns/python: libdns_python.cc message_python.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Aug 14 00:49:13 UTC 2010
Author: jinmei
Date: Sat Aug 14 00:49:12 2010
New Revision: 2729
Log:
propset
Modified:
trunk/src/lib/dns/python/libdns_python.cc
trunk/src/lib/dns/python/message_python.cc (contents, props changed)
Modified: trunk/src/lib/dns/python/libdns_python.cc
==============================================================================
--- trunk/src/lib/dns/python/libdns_python.cc (original)
+++ trunk/src/lib/dns/python/libdns_python.cc Sat Aug 14 00:49:12 2010
@@ -22,6 +22,8 @@
// NULL/*mod
//
// And of course care has to be taken that all identifiers be unique
+
+// $Id$
#define PY_SSIZE_T_CLEAN
#include <Python.h>
Modified: trunk/src/lib/dns/python/message_python.cc
==============================================================================
--- trunk/src/lib/dns/python/message_python.cc (original)
+++ trunk/src/lib/dns/python/message_python.cc Sat Aug 14 00:49:12 2010
@@ -12,7 +12,7 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
-// $Id: message_python.cc 1711 2010-04-14 15:14:53Z jelte $
+// $Id$
#include <dns/message.h>
using namespace isc::dns;
More information about the bind10-changes
mailing list