[svn] commit: r2258 - /experiments/python-binding/src/lib/dns/python/rdata_python.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jun 24 07:56:20 UTC 2010
Author: jelte
Date: Thu Jun 24 07:56:19 2010
New Revision: 2258
Log:
bogus commit, previous one had the wrong message attached, should have been:
Added richcmp function to rdata (+test of course), and fixed a type error in rrtype_python's createStatic function
Modified:
experiments/python-binding/src/lib/dns/python/rdata_python.cc
Modified: experiments/python-binding/src/lib/dns/python/rdata_python.cc
==============================================================================
--- experiments/python-binding/src/lib/dns/python/rdata_python.cc (original)
+++ experiments/python-binding/src/lib/dns/python/rdata_python.cc Thu Jun 24 07:56:19 2010
@@ -249,6 +249,7 @@
// end of Rdata
+
// Module Initialization, all statics are initialized here
bool
initModulePart_Rdata(PyObject* mod) {
More information about the bind10-changes
mailing list