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

15 Oct
2012
15 Oct
'12
9: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
3810
Age (days ago)
3810
Last active (days ago)
0 comments
1 participants
participants (1)
-
Chris Jerdonek