[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
More information about the Python-Dev mailing list
Tue Oct 16 03:09:53 CEST 2012
- Previous message: [Python-Dev] AUTO: Jon K Peck is out of the office
- Next message: [Python-Dev] Bumping autoconf from 2.68 to 2.69
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] AUTO: Jon K Peck is out of the office
- Next message: [Python-Dev] Bumping autoconf from 2.68 to 2.69
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list