rset.py
changeset 3405 9d31c9cb8103
parent 3379 9192ba07890d
child 3589 a5432f99f2d9
--- a/rset.py	Wed Sep 23 11:03:57 2009 +0200
+++ b/rset.py	Wed Sep 23 11:04:59 2009 +0200
@@ -386,7 +386,7 @@
         """
         if col is None:
             from warnings import warn
-            msg = 'col parameter will become mandatory in future version'
+            msg = '[3.2] col parameter will become mandatory in future version'
             warn(msg, DeprecationWarning, stacklevel=3)
             col = 0
         etype = self.description[row][col]