New features covered.
[mLib-python] / str.pyx
diff --git a/str.pyx b/str.pyx
index b7d80e6..bbde1b0 100644 (file)
--- a/str.pyx
+++ b/str.pyx
@@ -93,6 +93,8 @@ def sanitize(char *p, int n = -1):
   d = buf
   xfree(buf)
   return d
-  
+
+def versioncmp(char *va, char *vb):
+  return _versioncmp(va, vb)
 
 #----- That's all, folks ----------------------------------------------------