[Python-Dev] [Python-checkins] cpython (2.7): don't expect warnings from doctests if they can't run

Chris Jerdonek chris.jerdonek at gmail.com
Tue Oct 16 03:09:53 CEST 2012


On Mon, Oct 15, 2012 at 5:38 PM, benjamin.peterson
<python-checkins at python.org> wrote:
> http://hg.python.org/cpython/rev/d39f4a92d823
> changeset:   79725:d39f4a92d823
> branch:      2.7
> user:        Benjamin Peterson <benjamin at 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


More information about the Python-Dev mailing list