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