diff -r 9cb6b0cc2a7c -r 9d31c9cb8103 entity.py --- a/entity.py Wed Sep 23 11:03:57 2009 +0200 +++ b/entity.py Wed Sep 23 11:04:59 2009 +0200 @@ -284,7 +284,7 @@ try: kwargs['_restpath'] = self.rest_path(kwargs.get('base_url')) except TypeError: - warn('%s: rest_path() now take use_ext_eid argument, ' + warn('[3.4] %s: rest_path() now take use_ext_eid argument, ' 'please update' % self.__regid__, DeprecationWarning) kwargs['_restpath'] = self.rest_path() else: