]> granicus.if.org Git - python/commit
The attempt to shut up deprecation warnings for doctest's own use of
authorTim Peters <tim.peters@gmail.com>
Mon, 23 Aug 2004 22:42:55 +0000 (22:42 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 23 Aug 2004 22:42:55 +0000 (22:42 +0000)
commitdd50cb748a4dc317891a8df50adc8371db7598cc
treedd7aec30f8fac7d30245339347b2d6d77ecd645c
parent4de7c5c10365edda9ee0cbf42cfa6a2e62118ba5
The attempt to shut up deprecation warnings for doctest's own use of
is_private in its tests failed if doctest.py was run directly.  Now
it works.
Lib/doctest.py