On Mon, Oct 15, 2012 at 5:38 PM, benjamin.peterson
<python-check...@python.org> wrote:
> http://hg.python.org/cpython/rev/d39f4a92d823
> changeset:   79725:d39f4a92d823
> branch:      2.7
> user:        Benjamin Peterson <benja...@python.org>
> date:        Mon Oct 15 20:38:21 2012 -0400
> summary:
>   don't expect warnings from doctests if they can't run
> -                ("class Tester is deprecated", DeprecationWarning)]
> +                depcreations.append(("class Tester is deprecated", 
> DeprecationWarning))

There is a typo here.

--Chris
_______________________________________________
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