On Sun, Jun 17, 2012 at 8:33 AM, nick.coghlan
<python-check...@python.org> wrote:
> +    @property
> +    def version(self):
> +        msg = '%200s has no version specified' % (type(self),)
> +        raise NotImplementedError(msg)
> +

Shouldn't that be "%.200s", rather than "%200s"?
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to